Skip to content

Releases: ClimbsRocks/machineJS

Supports Regression Problems!

08 Nov 02:13
Compare
Choose a tag to compare
Pre-release

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

08 Oct 03:48
Compare
Choose a tag to compare

As of this 0.9 release, we can:

  1. Automatically read and format training data from a .csv file
  2. Train and tune a neural network
  3. Train and tune a random forest
  4. Make predictions against a predictions dataset for each of these tuned classifiers
  5. Create an ensemble of both these classifiers by averaging their predictions together