Description Usage Arguments Details Examples
Displays the selected set of features generated via the HybridFS function
1 | imp.features(FS)
|
FS |
FS is the final list returned from HybridFS function.It contains a data frame of the selected features with the relative rank and the optimal model performance. |
Displays the final selected variables with relative rank and an additional plot of Top 10 significant variables.Continuous features selected are returned as binned variables (e.g. average_volume is returned as average_volume.binned).To retrieve the transformed dataset,use FinalBinnedData function
1 2 | FS=HybridFS(input.df=validation,target.var.name="Survived")
imp.features(FS)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.