AutoViML / featurewiz

Use advanced feature engineering strategies and select best features from your data set with a single line of code. Created by Ram Seshadri. Collaborators welcome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I skip the xgboost part?

ubless607 opened this issue · comments

There isn't any argument option about the xgboost.

@ubless607 : thank you for trying out featurewiz. 👍

Yes you can skip the xgboost part by simply calling the SULOV function directly. You can search for it by doing dir(featurewiz) when you are in a Jupyter Notebook cell. Hope this helps.