machineJS
machineJS copied to clipboard
Blog Post Series: How to customize machineJS
Write a series of blog posts covering different customizations you can make to machineJS.
among them:
- [ ] changing the number of rounds we use for RandomizedSearchCV to find the truly best hyperparameters for a given model
- [ ] changing which models we train
- [ ] changing how many features we keep for feature selection
- [ ] missing values- make sure your placeholder for a missing value is in the list
- [ ] adding in a new model
- [ ] outputting probabilities instead of category predictions