Add New Feature Selectors and Set on data
HamedMZNN opened this issue · 3 comments
Hi. I want to add different Feature Selectors and different Classifiers. I try from Arbitrary part, but my question is how can I select the one which I want to work with?
I have started to work with this tool, and I couldn't find any file which have a complete explanation of this tool.
Thanks
Hi @HamedMZNN , I don't understand your request. Can you elaborate more about "different Feature Selectors and different Classifiers"? (better with some demo codes)
Hi @HamedMZNN ,
You may write some scripts to do such kinds of feature engineering and model training.
Just register the model and data into PiML using the demo at https://colab.research.google.com/github/SelfExplainML/PiML-Toolbox/blob/main/examples/Example_ExternalModels.ipynb#scrollTo=7WGJ8PzutkLh, "Scenario 2: Register external fitted models with dataset".