Skip to content

Instantly share code, notes, and snippets.

@mikekeith52
Created July 2, 2021 22:41
Show Gist options
  • Select an option

  • Save mikekeith52/bb064289b8a4b34544acc0e915bd6f42 to your computer and use it in GitHub Desktop.

Select an option

Save mikekeith52/bb064289b8a4b34544acc0e915bd6f42 to your computer and use it in GitHub Desktop.
f.set_estimator('combo')
f.manual_forecast(how='simple',models='top_3',determine_best_by='ValidationMetricValue',call_me='avg')
f.manual_forecast(how='weighted',models=models,determine_best_by='ValidationMetricValue',call_me='weighted')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment