Hi Andres, Just as an academic exercise test the results with R's C5.0, because I and writing an interface for CERN in C++ using Python and Numpy Api to call scikit-learn methods in our tool called TMVA. http://oproject.org/PyMVA
Best Regards Omar. On Mon, Aug 24, 2015 at 4:57 PM, Andreas Mueller <[email protected]> wrote: > Is there any reason you want C5.0 instead of CART? > > > On 08/22/2015 04:25 PM, Omar Andrés Zapata Mesa wrote: > > Thanks you Artem > > Best Regards > Omar. > > On Sat, Aug 22, 2015 at 6:29 AM, Artem <[email protected]> wrote: > >> Do you mean C5.0 which is further development of C4.5 tree algorithm? >> >> If so, then the answer is no, it's not implemented in sklearn. >> Furthermore, according to wikipedia >> <https://en.wikipedia.org/wiki/C4.5_algorithm#Improvements_in_C5.0.2FSee5_algorithm>, >> C5.0 is a commercial product and (AFAIK) algorithm details were never >> published. >> >> Though there's C50 package for R and GPL-licensed open source >> implementation of C5.0, I doubt it can be incorporated into scikit-learn >> because the later uses more permissive BSD license. >> >> Also, I doubt that it'd qualify the requirement >> <http://scikit-learn.org/stable/faq.html#can-i-add-this-new-algorithm-that-i-or-someone-else-just-published> >> to be included: >> >>> As a rule we only add well-established algorithms. A rule of thumb is at >>> least 3 years since publications, 200+ citations and wide use and >>> usefullness >> >> >> On Sat, Aug 22, 2015 at 2:06 PM, Omar Andrés Zapata Mesa < >> [email protected]> wrote: >> >>> Hi dear all, >>> >>> is c50 implemented in scikit-learn? >>> where I can find an example about how to use C50? >>> >>> >>> Best Regards >>> Omar. >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Scikit-learn-general mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general >>> >>> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Scikit-learn-general mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general >> >> > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Scikit-learn-general mailing > [email protected]https://lists.sourceforge.net/lists/listinfo/scikit-learn-general > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general > >
------------------------------------------------------------------------------
_______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
