Stephen W. Thomas

Results 6 issues of Stephen W. Thomas

I would like to extend auto-sklearn to handle datasets with both numerical and textual features. In particular, I want to implement a custom preprocessor that can take a textual feature...

enhancement

How can I obtain the cross validation scores that were obtained during the call to `fit()`? E.g.: ```python from supervised.automl import AutoML # mljar-supervised automl_settings = { "mode": "Compete", "model_time_limit":...

docs

I think I've found a subtle bug in PolynomialWrapper. The expected behaviour is that if there are n classes in the target column, then PolynomialWrapper will return n-1 new features...

bug

Hi, Are there any plans for including the FP Growth algorithm?

help wanted

Hi, Thank you for your package - it is very nicely written and very easy to use. I am trying to understand how the `ApplySortingLsh` function works. In particular: -...

First, I ran `sudo apt-get install python-yaml` and `sudo pip install clang`. Success. Then I tried: ``` [dev@ubuntu:~/cncc (master)] $ ls cncc examples LICENSE MyClass.cpp MyClass.h README.md util [dev@ubuntu:~/cncc (master)]...