machineJS
machineJS copied to clipboard
[UNMAINTAINED] Automated machine learning- just give it a data file! Check out the production-ready version of this project at ClimbsRocks/auto_ml
On my dataset machineJS failed because it was trying to use negative X values with multinomial Naive Bayes classifier. Suggested solutions: - Skip MultinomialNB when some of the features have...
Hi! I've been getting some errors in a recent run of MachineJS I'm doing with some new data I had. I was successful in the past, but with a more...
Trying to train using more than 1 parallel job on Windows results in the following error: > ImportError: [joblib] Attempting to do parallel computing without protecting your import on a...
Question from @MelvinDunn that I'm documenting here: Had one question while I was looking at the ol' machina: -How does this machine determine the starting points for hyperparams? -How does...
I didn't get in your code but I would appreciate this feature (or another equivalent way to do it): I don't know what is your algorithm for ensemble learning, but...
So I am quite a noob in this machine learning but I really tried hard and followed exactly on how to install machineJS also it took me a while to...
During installation there is no "requirements.txt" file, but installation guide states that there should be one. P.S. Installation of this thing is hell, i'm giving up after second hour of...
Is it possible to get the proba of each category, and not the most probable one, when using classifiers?
let them know about the bugs we've fixed dealing with different versions of npm, and the new easier installation script.