Preston Parry

Results 71 comments of Preston Parry

Hi @hawkerpl! Crap, thanks for pointing that out. I just refactored to use requirements.txt, but I've got a longstanding .gitignore block on all .txt files, so it didn't get uploaded....

I just tested this out on two different systems, and it appears to install cleanly now that requirements.txt has been pushed up. Thanks for reporting that! Again, I'll be around...

- [ ] pass a flag up from data-formatter for this. - [ ] modify classifierList.js to have a list of non-linear models to delete

Sweet, thanks for pointing that out! Out of curiosity, did the entire process break at that point, or did the rest of it continue to run with only MultinomialNB failing?...

As much as I would love to, and as easy as that would be with the modular system I've set up, it would just add unnecessary complexity for anybody going...

http://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html

steps for this: - [x] create a boolean flag for whether we need to LabelEncode or not - [x] run y column through LabelEncoder if necessary - [x] save the...

nvm, labelEncoder doesn't let you introspect their process. so doing it manually.

Thanks so much! Even just hearing that each row is a time series is very helpful.

I also love your latest commit message :)