I would like to integrate factorization machines into sklearn. I checked the sklearn documentation and the website on how to wrap the new algorithm, but this requirement does not seem to be very well documented.
So, I would like to ask if there is documentation on how to add a new algorithm shell to sklearn (besides reading the source code)?
source share