-
Notifications
You must be signed in to change notification settings - Fork 105
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
Question: How to use sample_weight in grid searching a model #127
Comments
Has this feature been implemented yet? According to
However, it seems that it hasn't been implemented yet as I get this error when I add it there. Note that my dataframe has all columns:
|
@al-bert , is this project dead? |
Hi there.
I have seen the
sample_weight
parameter in the doc here, but have no idea how to use it.The purpose of using sample_weight is I have a series with some missing values. I don't want to use backward/forward-filled data as it may change the model performance. I want to use sample_weight to ignore their effect in the grid search results.
I appreciate it if someone can advise how to use the sample weight in the model.
EDITED:
I found
regression_weight_col
keyword in the codes, for instance in the SilverkiteEstimator code, but I couldn't find how to define and use it.The text was updated successfully, but these errors were encountered: