Skip to content

Compare feature importances created between cuml and sklearn RandomForestClassifiers

Notifications You must be signed in to change notification settings

szchixy/cuml-sklearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Introduce

This notebook compare's feature importances which are created between cuml and sklearn RandomForestClassifiers

Feature importances calculated in sklearn needs to use RandomForestClassifier().feature_importances_, while in cuml needs to use this function with one line fixed.

Requirements

python == 3.10

rapids == 23.06

scikit-learn == 1.3.0

matplotlib == 3.7.2 (optional)

About

Compare feature importances created between cuml and sklearn RandomForestClassifiers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published