Examples
Binary Classification Example - Rain in Australia Prediction This tutorial demonstrates how to create classification models for the
weatherAUSdataset: getting and preprocessing data, transformations, creating models, plotting SHAP values and comparing models.Data Preprocessing Example I - New York City Airbnb This tutorial demonstrates how to use the
feature_engineeringmodule and all the main features of each class. For this, theAB_NYC_2019dataset is used.Data Preprocessing Example II - New York City Airbnb This tutorial also demonstrates how to use the
feature_engineeringmodule, but it covers the automated data preprossesing class and all of its features. For this, theAB_NYC_2019dataset is used.Gradient Boosting Example - Lending Club This tutorial demonstrates how to create classification models for the
Lending Clubdataset using the Gradient Boosting libraries and theInsolverGBMWrapperclass.Transforms Inference Example This tutorial demonstrates how to load
InsolverTransformtransforms from a file using theload_transformsfunction.InsolverDataFrame and InsolverTransform Example This tutorial demonstrates main features of the
InsolverDataFrameclass and theInsolverTransformclass.Regression Example - FreeMLP This tutorial demonstrates how to create regression models for the
freMPL-Rdataset: getting and preprocessing data, transformations, creating models, plotting SHAP values and comparing models.Regression Example - US Accidents This tutorial demonstrates how to create regression models for the
US Traffic Accidentdataset: getting and preprocessing data, transformations, creating models, plotting SHAP values and comparing models.Report Example This tutorial demonstrates how to create a HTML report with different models using the
Reportclass.