Releases: ClimbsRocks/machineJS
Releases · ClimbsRocks/machineJS
Supports Regression Problems!
Builds in support for Regression problems.
Takes in an additional flag --join for performing sql-like joins on data.
Switches to using scipy-sparse matrices (way better memory management).
Ensembles together a tuned neural network and a tuned random forest
As of this 0.9 release, we can:
- Automatically read and format training data from a .csv file
- Train and tune a neural network
- Train and tune a random forest
- Make predictions against a predictions dataset for each of these tuned classifiers
- Create an ensemble of both these classifiers by averaging their predictions together