Re: [Scikit-learn-general] Contribute to Scikit-learn

2015-07-23 Thread Andy
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 compatibili

[Scikit-learn-general] Contribute to Scikit-learn

2015-07-22 Thread vaibhav sharma
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 a