Model Training
Train a binary classification model with options to customize the algorithm.
Supported Algorithms
- Logistic Regression
- Support Vector Machines (SVM)
- Random Forests
- (Specify others via additional instructions)
Usage
> train model
Any additional training instructions?
> use SVM with RBF kernel
The trained model is saved to models/model.pkl by default.