Exploratory Data Analysis Tools¶
This section contains a high-level overview and showcases for exploratory data analysis tools.
Tool to get a high-level understanding of datasets including basic statistical information and feature information.
Automatically analyze and summarize the variable we are trying to predict and it’s relationship with other variables.
Automatically analyze and summarize the variable we are trying to predict and it’s relationship with other variables.
Identify situations where the distribution of features in a dataset changes between the training and testing phases, which can lead to biased model performance.
Simple visualization tool to visualize 1/2/3-way relationships between features. The tool automatically picks a chart type given each property type.
Main API Reference¶
The section contains a reference of base constructs and composite components.
Reference for high-level composite components.
Components building blocks APIs.
Low-level components API reference¶
The section contains a reference for low-level components.
Dataset-level APIs
Feature-level interactions APIs
Missing data APIs
Model level APIs
Distribution shift APIs
Transformations APIs