-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any way to send hyperparameter_hunter.Integer to custom feature_engineer function? #201
Comments
@dePuff, thank you for opening this issue! I'm sorry, but I don't think I'm completely understanding what functionality you're looking for. It sounds like you're familiar with HH's My other thought is that you might be looking for the I'm sorry if I'm completely missing your point. Would you mind providing a minimal code snippet of what you're trying to accomplish? |
First of all. Thank you for your time and for your response. Yes, I started with Medium article but probably missing something because never use libs like this one before. For example, if I run something like code below then hyperparameter_hunter will looking for good learning rate by checking learning rates closest to good one.
From now I wanna use same approaches for feature selection but fail with it. Let's forget for moment about question in the title because probably it's totally wrong idea how to get what I want. Could you provide any snippet of code how to make any kind of feature selection with hyperparameter_hunter it will really help to understand the technics? I tried feature_selector kwargs in this way:
And it did't work anyhow. But here I had ideas of features combinations which should work. Any sample of any technics please. |
Hahaha thank you so much for bringing this up, because I forgot to add that when I was working on the rest of Feature Engineering! I had always intended to add optimization of I'll get started on this and update you with any developments! |
Hello.
Actualy I'm looking for a way to Feature Selection or to apply some transformation for part of columns only during hyperparameter_hunter experiment.
To found this parts of columns in dataset is the idea of experiment.
I did't found any way to send hyperparameter_hunter.Integer (for example) to my custom feature_engineer function. It was idea how to solve my task.
Some ugly way is to generate tons of functions and to use them as search space but i'm pretty sure like I miss something and exist more nice way for tasks like my ones.
Actually any sample of Feature Selection with hyperparameter_hunter will be enought and this part did't covered well in manual.
Best Regards
The text was updated successfully, but these errors were encountered: