Giter Site home page Giter Site logo

Comments (4)

nok avatar nok commented on May 31, 2024

GradientBoostingClassifier: I will check and compare the final result of a GradientBoostingClassifier with other combined (ensemble) classifiers like ensemble.AdaBoostClassifier, ensemble.ExtraTreesClassifier or ensemble.RandomForestClassifier. If the computed results and data structure is the same, it will be simple to support and add this classifier.


CalibratedClassifierCV: The CalibratedClassifierCV is a cross validator estimator.

Probability calibration with isotonic regression or sigmoid.

See glossary entry for cross-validation estimator.

With this class, the base_estimator is fit on the train set of the cross->validation generator and the test set is used for calibration. The probabilities >for each of the folds are then averaged for prediction. In case that cv=”prefit” >is passed to init, it is assumed that base_estimator has been fitted already >and all data is used for calibration. Note that data for fitting the classifier >and for calibrating it must be disjoint.

So it's an encapsulation of the base_estimator. But today there is no automatic check, decapsulation and export of the base_estimator. But I will add it like the Pipeline, GridSearchCV or RandomizedSearchCV (source: Porter.py#L75-L87).

As a workaround you can try to assign the base estimator directly: Porter(clf.base_estimator)

from sklearn-porter.

odedfisc avatar odedfisc commented on May 31, 2024

Many thanks

from sklearn-porter.

beojan avatar beojan commented on May 31, 2024

Has there been any progress on this?

from sklearn-porter.

loftalert avatar loftalert commented on May 31, 2024

I would also be interested in a port of XGBoost, an algorithm that regularly beats the other ensemble methods. After all, the package provides a sklearn API so it sort of belongs to the sklearn model zoo. Any plans on that?

from sklearn-porter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.