Skip to content

Commit

Permalink
changes name, description, updates keywords, and bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimbsRocks committed Nov 8, 2015
1 parent c0fd228 commit 125ea19
Showing 1 changed file with 32 additions and 18 deletions.
50 changes: 32 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,56 @@
{
"name": "ppComplete",
"version": "0.5.0",
"description": "automated machine learning! push button ensembling, grid search for javascript neural network",
"name": "machinejs",
"version": "0.7.0",
"description": "Automated machine learning structure. Ensembles random forests, XGBoost, neural networks, AdaBoost, KNN, SVM together, handling data formatting ensembling, and running predictions for you. Feel free to tweak the settings if you want a lot of control, or just start it up and let it run if you're looking for a push-button MVP solution.",
"main": "ppLib.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/ClimbsRocks/ppComplete.git"
"url": "http://github.com/ClimbsRocks/machinejs.git"
},
"keywords": [
"neuralNet",
"machine",
"learning",
"neural network",
"machine learning",
"ml",
"algorithms",
"random",
"forest",
"random forest",
"svm",
"naive",
"bayes",
"naive bayes",
"bagging",
"optimization",
"data",
"science",
"data science",
"brainjs",
"neural",
"networks",
"date",
"night"
"date night",
"scikit-learn",
"sklearn",
"ensemble",
"data formatting",
"javascript",
"js",
"XGBoost",
"scikit-neuralnetwork",
"KNN",
"K nearest neighbors",
"GridSearch",
"GridSearchCV",
"grid search",
"python",
"RandomizedSearchCV",
"preprocessing",
"data-formatter",
"SVM",
"kaggle",
"kaggle competition"
],
"author": "Preston Parry",
"license": "MIT",
"bugs": {
"url": "https://github.com/ClimbsRocks/ppComplete/issues"
"url": "https://github.com/ClimbsRocks/machineJS/issues"
},
"homepage": "https://github.com/ClimbsRocks/ppComplete",
"homepage": "https://github.com/ClimbsRocks/machineJS",
"dependencies": {
"brain": "^0.7.0",
"data-formatter": "^1.3.0",
Expand Down

0 comments on commit 125ea19

Please sign in to comment.