Skip to content
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

feat: Added tabular forecasting samples #128

Merged
merged 16 commits into from Dec 22, 2020

Commits on Dec 8, 2020

  1. Added predict, get_model_evaluation and create_training_pipeline samp…

    …les for AutoML Forecasting
    Ivan Cheung committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    d745036 View commit details
    Browse the repository at this point in the history
  2. Added param handlers

    Ivan Cheung committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    0fee278 View commit details
    Browse the repository at this point in the history
  3. Added headers manually

    Ivan Cheung committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    57318ce View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. fix: Improved forecasting sample

    Ivan Cheung committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    a6ac96d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Added forecasting test

    Ivan Cheung committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    42fcc42 View commit details
    Browse the repository at this point in the history
  2. Added tests for predict and get_model_evaluation

    Ivan Cheung committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    e75b880 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. fix: Fixed create_training_pipeline_sample

    Ivan Cheung committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    7e8f7ba View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. feat: Added list_model_evaluations_tabular_forecasting_sample and tes…

    …t, fixed get_model_evaluation_tabular_forecasting_sample, and fixed create_training_pipeline_tabular_forecasting_sample
    Ivan Cheung committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    848ee55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    669a664 View commit details
    Browse the repository at this point in the history
  3. fix: Fixed name of test

    Ivan Cheung committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    a779c4f View commit details
    Browse the repository at this point in the history
  4. fix: Fixed lint errors

    Ivan Cheung committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    b08ac1e View commit details
    Browse the repository at this point in the history
  5. fix: Fixed assertion

    Ivan Cheung committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    fd87673 View commit details
    Browse the repository at this point in the history
  6. fix: Removed predict samples

    Ivan Cheung committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    2fc3f90 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Consolidated samples

    Ivan Cheung committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    087ff39 View commit details
    Browse the repository at this point in the history
  2. fix: Removed list_model_evaluations_tabular_forecasting

    Ivan Cheung committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    ddd443e View commit details
    Browse the repository at this point in the history
  3. fix: tweaks

    Ivan Cheung committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    f12db5b View commit details
    Browse the repository at this point in the history