A library (if I do push it to pypi) that takes in training and test datasets and then applies statistical models, calculates metrics and also gives the best performing model.
The train and test set are used as inputs for running the Implementer.
- Regression
- Classification
- Linear Regression (sklearn)
- Decision Tree Regressor
- Support Vector Regression
- Random Forest Regressor
- AdaBoost Regressor
- Logistic Regression (bivariate only)
- Decision Tree Classifier
- Support Vector Classifier
- KNN Classifier
- AdaBoost Classifier
- RandomForest Classigier
- Classification Report
- Accuracy Score
- Confusion Matrix
- F1 Score
All other metrics that take y_test and predicted Y value as input.