Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 753 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 753 Bytes

FeatBoost

Python implementation of FeatBoost. See the paper for details.

Demo

This demo compares featboost to feature ranking of XGBoost on the Madelon benchmark dataset. Open In Colab

Usage

pip install git+https://github.com/amjams/FeatBoost.git

Or just clone the repo (recommended for now)

git clone https://github.com/amjams/FeatBoost.git

Basic usage of the model (see the demo above for more details).

from featboost import FeatBoostClassifier

clf = FeatBoostClassifier()
clf.fit(X, y)
clf.feature_importances_