2013/1/10 Jason Rudy <ja...@clinicast.net>
> I'm working on an implementation of MARS [1] that I'd like to share, and
it seems like sklearn would be a good place for it.  The MARS algorithm is
currently available as part of the R package "earth" and is one of the only
reasons I still use R.  Would sklearn be a good place for such an
algorithm?  Are there any guidelines or procedures I should be aware of
before contributing?

I guess that would fit in scikit-learn, but I'm not an expert on fancy
regression analysis. The contributor guidelines can be found here:

https://github.com/scikit-learn/scikit-learn/blob/master/CONTRIBUTING.md

In addition, make sure that (1) you own the code or your employer is ok
with you publishing it under BSD license terms, and (2) apparently MARS is
a trademark so call the estimator something else, like EarthRegressor or
MARegressionSplines.

--
Lars Buitinck
Scientific programmer, ILPS
University of Amsterdam
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to