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

Add **kwargs argument description for models #454

Merged
merged 20 commits into from
Aug 26, 2024

Commits on Jun 21, 2024

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

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    32f526a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    648cd3b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Update pipelines documentation (etna-team#372)

    1) Wrap step param into double `` in the AutoRegressivePipeline docs.
    2) Fix problem with linting.
    3) Add a link to the pull request in the CHANGELOG.md
    ArtemLiA committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5910b9e View commit details
    Browse the repository at this point in the history
  2. Fix typo in EDA tutorial (etna-team#271)

    1) Add space between "Autocorrelation function" and (ACF, pho(t)) and the same for PACF.
    2) Add a link to the pull request in the CHANGELOG.md
    ArtemLiA committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ff14d8c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

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

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    78140c5 View commit details
    Browse the repository at this point in the history
  2. Fix typos with links in pipelines and ensemble docs

    * Fix links in 'See Also' references in `Pipeline` docs
    * Fix links in 'See Also' references in `AutoRegressivePipeline` docs
    * Fix links in 'See Also' references in `DirectEnsemble` docs
    ArtemLiA committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    beaf8a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 31, 2024

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

Commits on Aug 6, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    a899fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7bccc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b291bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    935694f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b57427f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11dc1bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b04d8d View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    ArtemLiA committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3da6646 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Add external links to models

    * Add external links to `CatBoostRegressor` in `CatBoostMultiSegmentModel` and
      `CatBoostPerSegment` docs.
    
    * Add external links to `LinearRegression` in `LinearMultiSegmentModel`
      and `LinearPerSegmentModel` docs.
    
    * Add external links to `ElasticNet` in `ElasticMultiSegmentModel` and
      `ElasticPerSegmentModel` docs.
    ArtemLiA committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    de42274 View commit details
    Browse the repository at this point in the history