-
Notifications
You must be signed in to change notification settings - Fork 1.8k
added more scikit models along with proper grid search (previously placeholder only) #1195
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
Conversation
Alternative approach to TS scikit models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - what's the issue with distributions sampling outside the range?
I am not completely sure why this is happening. If I give a uniform distribution between 0 and 1, in come cases, it is taking a value more than 1 and hence the fit fails. So I just commented it out for now. I will debug later. |
ts_models = get_all_model_containers(globals_dict) | ||
ts_experiment = load_setup | ||
ts_estimators = [] | ||
_model_names = return_model_names() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exactly, that's what I meant to pass through calling a function. Looks good !
Describe the changes you've made
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Unit Tests were rerun
Checklist: