Re: [scikit-learn] scikit-learn-contrib: building Cython, cpp files

2018-06-11 Thread Dylan Fernando
pt the Extension class to specify c++: > http://cython.readthedocs.io/en/latest/src/userguide/ > wrapping_CPlusPlus.html#specify-c-language-in-setup-py > > Best, > Joris > > > > 2018-05-29 6:56 GMT+02:00 Dylan Fernando : > >> Hi, >> >> I would like to publish t

[scikit-learn] scikit-learn-contrib: building Cython, cpp files

2018-05-28 Thread Dylan Fernando
Hi, I would like to publish this: https://github.com/dil12321/scikit-learn/tree/aode https://github.com/scikit-learn/scikit-learn/pull/11093 as a scikit-learn-contrib project. However, I'm not sure how to write the setup.py file so that aode_helper.cpp and _aode.pyx get included in the package, a

[scikit-learn] New algorithm suggestion - AODE

2018-05-14 Thread Dylan Fernando
Hello, I would like to suggest a new classification algorithm for scikit-learn, Averaged one-dependence estimators (AODE). AODE achieves highly accurate classification by averaging over all of a small space of alternative naive-Bayes-like models that have weaker (and hence less detrimental) indepe

Re: [scikit-learn] Unable to run make test-coverage

2018-05-10 Thread Dylan Fernando
On Thu, May 10, 2018 at 5:22 PM, Joel Nothman wrote: > Do you have pytest-cov installed?​ > > ___ > scikit-learn mailing list > scikit-learn@python.org > https://mail.python.org/mailman/listinfo/scikit-learn > > Thanks, I installed it and it works now _

[scikit-learn] Unable to run make test-coverage

2018-05-10 Thread Dylan Fernando
Hi, I am unable to run make test-coverage. I get the error: rm -rf coverage .coverage pytest sklearn --showlocals -v --cov=sklearn --cov-report=html:coverage usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: --cov=sklearn --cov-report=html:coverag