LishengSun / BiDir_SubMatrix

Bi-direction (sample-feature) selection to create sub data matrix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for Bi-direction (feature / sample) selection.

This is done by transforming all ML tasks to regression tasks (classification problems are transformed to predict the probability of the target class), and train a RandomForestRegressor to compute the feature importances and oob score for samples.

Please use the BiDir_SubMatrix_tutorial.ipynb as an end-to-end example.

About

Bi-direction (sample-feature) selection to create sub data matrix.

License:Other


Languages

Language:Python 74.5%Language:Jupyter Notebook 25.5%