machineJS icon indicating copy to clipboard operation
machineJS copied to clipboard

Blog Post Series: How to customize machineJS

Open ClimbsRocks opened this issue 9 years ago • 0 comments

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

ClimbsRocks avatar Mar 20 '16 17:03 ClimbsRocks