[scikit-learn] Jeff Levesque: sklearn + D3JS

2017-11-27 Thread Jeffrey Levesque via scikit-learn
Hi, I'm developing an API for sklearn: - https://github.com/jeff1evesque/machine-learning I was wondering if anyone had integrated visualization tools, like D3JS, with results from sklearn predictions? If so, would any of you be willing to show how the backend results was piped into JavaScript?

Re: [scikit-learn] Rapid Outlier Detection via Sampling

2017-11-27 Thread Olivier Grisel
> Do I need to write object oriented or are functions also ok? I you want to contribute an implementation as a new project on scikit-learn contrib, you should be careful to follow the scikit-learn estimators API: http://scikit-learn.org/dev/developers/contributing.html#apis-of-scikit-learn-object