Skip to content

Inference v2.1 for etna v2 #1177

Merged
merged 30 commits into from
Mar 23, 2023
Merged

Inference v2.1 for etna v2 #1177

merged 30 commits into from
Mar 23, 2023

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    cda774e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    892945e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    21cdb02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27023dd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Fix SklearnTransform in per-segment mode to work on subset of segme…

    …nts and raise error on new segments (#1107)
    Mr-Geekman authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    38bf668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccfff31 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    12f7966 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    72c7e79 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    20c8bd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0a96e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c283ec View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    69b649b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e663bed View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    314d3c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    156eb49 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    d9c24de View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    02bf892 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    91a9105 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    c97cab5 View commit details
    Browse the repository at this point in the history
  2. test: typing fix

    d.a.bunin committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2856013 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into inference-v2.1

    # Conflicts:
    #	.github/workflows/test.yml
    #	CHANGELOG.md
    #	etna/models/base.py
    #	etna/pipeline/base.py
    #	etna/pipeline/hierarchical_pipeline.py
    #	etna/pipeline/pipeline.py
    #	etna/transforms/base.py
    #	etna/transforms/encoders/mean_segment_encoder.py
    #	etna/transforms/encoders/segment_encoder.py
    #	etna/transforms/math/differencing.py
    #	etna/transforms/math/sklearn.py
    #	etna/transforms/outliers/base.py
    #	etna/transforms/timestamp/special_days.py
    #	etna/transforms/utils.py
    #	tests/test_datasets/test_dataset.py
    #	tests/test_models/test_base.py
    #	tests/test_models/test_inference/common.py
    #	tests/test_models/test_inference/test_forecast.py
    #	tests/test_models/test_inference/test_predict.py
    #	tests/test_pipeline/test_hierarchical_pipeline.py
    #	tests/test_transforms/test_encoders/conftest.py
    #	tests/test_transforms/test_encoders/test_mean_segment_encoder_transform.py
    #	tests/test_transforms/test_math/test_differencing_transform.py
    #	tests/test_transforms/test_math/test_sklearn_transform_interface.py
    #	tests/test_transforms/test_outliers/test_outliers_transform.py
    d.a.bunin committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    79ebea7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. fix: fix pipeline forecast with prediction interval

    d.a.bunin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f597bd3 View commit details
    Browse the repository at this point in the history
  2. docs: add inference notebook to tutorials

    d.a.bunin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    4cb9326 View commit details
    Browse the repository at this point in the history
  3. docs: clarify what forecast does in a pipeline

    d.a.bunin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    43e60ba View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/master' into inference-v2.1

    # Conflicts:
    #	etna/ensembles/direct_ensemble.py
    #	etna/ensembles/stacking_ensemble.py
    #	etna/ensembles/voting_ensemble.py
    #	etna/pipeline/autoregressive_pipeline.py
    #	etna/pipeline/base.py
    #	etna/pipeline/hierarchical_pipeline.py
    #	etna/pipeline/pipeline.py
    #	tests/test_ensembles/test_direct_ensemble.py
    #	tests/test_ensembles/test_stacking_ensemble.py
    #	tests/test_ensembles/test_voting_ensemble.py
    #	tests/test_models/test_inference/test_forecast.py
    #	tests/test_models/test_inference/test_predict.py
    #	tests/test_pipeline/conftest.py
    #	tests/test_pipeline/test_autoregressive_pipeline.py
    #	tests/test_pipeline/test_hierarchical_pipeline.py
    #	tests/test_pipeline/test_pipeline.py
    #	tests/utils.py
    d.a.bunin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0c5757b View commit details
    Browse the repository at this point in the history
  5. test: fix pipeline tests after merge

    d.a.bunin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    252804d View commit details
    Browse the repository at this point in the history
  6. style: reformat code

    d.a.bunin committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    6e0f03f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ad6c85 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    2f6b0a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b68b8 View commit details
    Browse the repository at this point in the history