The first release is solely focused on supervised machine learning, both classification and regression.
The release includes the following functions:
- **null**: The null function gives you insight to number of null values
- **correlation**: The correlation function gives you insight to the correlation between features
- **FID**: Function for creating a Feature Importance Dataframe (FID) and plotting it
- **compare_models**: Function for comparing feature importance of different ML models
- **automl:** Function for evaluating classification and regressional models
- **tuning**: Function for hyperparameter tuning for models using GridSearchCV or RandomizedSearchCV (default)