/FeatBoost

Boosted Iterative Input Selection

Primary LanguagePython

FeatBoost

Python implementation of FeatBoost.

Usage

pip install git+https://github.com/amjams/FeatBoost.git
from featboost import FeatBoostClassifier

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