madquirk-hash / FeatBoost

Boosted Iterative Input Selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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_

About

Boosted Iterative Input Selection


Languages

Language:Python 100.0%