Hi Vaibhav.
You can sent a pull request, but whether it will be accepted depends a lot on which algorithm you implemented.
We usually only include well-established algorithms.
Also, including a new algorithm into scikit-learn is a major undertaking because of our requirements on api compatibility, testing and documentation.

Have a look at the FAQ:
http://scikit-learn.org/dev/faq.html

And the developers guide:
http://scikit-learn.org/dev/developers/index.html

Cheers,
Andy

On 07/22/2015 10:48 PM, vaibhav sharma wrote:
I am working on a project of machine learning in which i have implemented one of the algorithms of semi supervised learning. I wanted to add that functionality to scikit-learn as the algorithm is not there in it. I just wanted to know how can i add this code to the present scikit-learn repository and am i allowed to do so ?

Regards,
Vaibhav Sharma
Cluster Innovation Centre,
University Of Delhi


------------------------------------------------------------------------------


_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

------------------------------------------------------------------------------
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to