For the complete documentation index, see llms.txt. This page is also available as Markdown.

Templates

Function Name
Description

This function performs Univariate Anomaly Detection on the specified column of the dataframe

This function performs Sensor Elimination by analyzing data from multiple sensors and removing those that provide redundant or irrelevant information

This function performs Window Matching by comparing segments (windows) of data within the specified columns of the dataframe

This function performs Pattern Recognition on the specified columns of the dataframe to detect and classify recurring patterns within the data

This function performs Supervised Data Creation using Clustering by grouping data points into clusters based on their similarities and then assigning labels to each cluster for supervised learning tasks

This function predicts the gender of individuals based on their names by using machine learning models

Last updated