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
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