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: add ARIMA model #577

Merged
merged 68 commits into from
Apr 9, 2024
Merged

feat: add ARIMA model #577

merged 68 commits into from
Apr 9, 2024

Commits on Mar 6, 2024

  1. added arima model

    EXPERIMENTAL
    Gerhardsa0 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9b1f555 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. updated some stuff

    arima works
    gotta fix time series bug first
    Gerhardsa0 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5098a6d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Merge branch 'main' of https://github.com/Safe-DS/Library into 570-fe…

    …at-add-arima-model
    
    # Conflicts:
    #	poetry.lock
    #	pyproject.toml
    Gerhardsa0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    493f1af View commit details
    Browse the repository at this point in the history
  2. added split_rows to time series

    added correction of dtypes for empty columns in time series
    
    They are now always type object! This was caused by the get_column method, so maybe we have an more occuring error with pandas dtypes with empty columns.
    Gerhardsa0 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ee8655e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. updated test

    Gerhardsa0 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4c21e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fde946 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. updated poetry

    Gerhardsa0 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c8fa2c6 View commit details
    Browse the repository at this point in the history
  2. updated test

    Gerhardsa0 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    bd355fb View commit details
    Browse the repository at this point in the history
  3. updated test

    Gerhardsa0 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    efb5074 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4ec286 View commit details
    Browse the repository at this point in the history
  5. updated test

    Gerhardsa0 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1fb3f7c View commit details
    Browse the repository at this point in the history
  6. updated test

    Gerhardsa0 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ccd52e9 View commit details
    Browse the repository at this point in the history
  7. updated test

    Gerhardsa0 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    451145f View commit details
    Browse the repository at this point in the history
  8. saved files for now

    Gerhardsa0 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0fe5527 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. saved files for now

    Gerhardsa0 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    80dee60 View commit details
    Browse the repository at this point in the history
  2. fixed linter changes

    Gerhardsa0 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6b2e434 View commit details
    Browse the repository at this point in the history
  3. fixed linter changes

    Gerhardsa0 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    410f142 View commit details
    Browse the repository at this point in the history
  4. fixed linter changes

    Gerhardsa0 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ffcfdb2 View commit details
    Browse the repository at this point in the history
  5. fixed linter changes

    Gerhardsa0 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    23e2acc View commit details
    Browse the repository at this point in the history
  6. fixed linter changes

    Gerhardsa0 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    86bc0c9 View commit details
    Browse the repository at this point in the history
  7. fixed linter changes

    Gerhardsa0 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d3d881b View commit details
    Browse the repository at this point in the history
  8. fixed linter changes

    Gerhardsa0 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bc4d99d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    add42a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52f6542 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fixed linter changes

    Gerhardsa0 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f81a7c5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/570-feat-add-arima-model' into 5…

    …70-feat-add-arima-model
    Gerhardsa0 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    aaa75d6 View commit details
    Browse the repository at this point in the history
  3. fixed linter changes

    Gerhardsa0 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6162161 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a610b72 View commit details
    Browse the repository at this point in the history
  5. fixed mk docs

    Gerhardsa0 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2c265af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20822af View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. added the compared plot

    Gerhardsa0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a8edca8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/570-feat-add-arima-model' into 5…

    …70-feat-add-arima-model
    Gerhardsa0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a915294 View commit details
    Browse the repository at this point in the history
  3. pushed pictures

    Gerhardsa0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a9d33b3 View commit details
    Browse the repository at this point in the history
  4. fixed linter

    Gerhardsa0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    038ca3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e970daa View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    faf3964 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/570-feat-add-arima-model' into 5…

    …70-feat-add-arima-model
    
    # Conflicts:
    #	src/safeds/data/tabular/containers/_time_series.py
    Gerhardsa0 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ad4a979 View commit details
    Browse the repository at this point in the history
  3. fixed linter and snapshot

    Gerhardsa0 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9b16821 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    172950d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. added Hash function

    Gerhardsa0 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5eaacaf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/Safe-DS/Library into 570-fe…

    …at-add-arima-model
    
    # Conflicts:
    #	src/safeds/ml/classical/regression/__init__.py
    Gerhardsa0 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    038dec6 View commit details
    Browse the repository at this point in the history
  3. resolved merge conflict

    Gerhardsa0 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ded4818 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f50b2f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update src/safeds/data/tabular/containers/_time_series.py

    Co-authored-by: WinPlay02 <winplay02_gh@woberlaender.de>
    Gerhardsa0 and WinPlay02 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4c150a9 View commit details
    Browse the repository at this point in the history
  2. Update src/safeds/data/tabular/containers/_time_series.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d0c1f12 View commit details
    Browse the repository at this point in the history
  3. Update src/safeds/ml/classical/regression/_arima.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bbadc77 View commit details
    Browse the repository at this point in the history
  4. Update src/safeds/data/tabular/containers/_time_series.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    43deda5 View commit details
    Browse the repository at this point in the history
  5. Update src/safeds/data/tabular/containers/_time_series.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4fc6c84 View commit details
    Browse the repository at this point in the history
  6. Update src/safeds/ml/classical/regression/_arima.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d21c8d8 View commit details
    Browse the repository at this point in the history
  7. Update src/safeds/ml/classical/regression/_arima.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5c09057 View commit details
    Browse the repository at this point in the history
  8. Update src/safeds/ml/classical/regression/_arima.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b232e3c View commit details
    Browse the repository at this point in the history
  9. Update src/safeds/ml/classical/regression/_arima.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    94769a5 View commit details
    Browse the repository at this point in the history
  10. Update src/safeds/ml/classical/regression/_arima.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c052d06 View commit details
    Browse the repository at this point in the history
  11. Update src/safeds/ml/classical/regression/_arima.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b32efaf View commit details
    Browse the repository at this point in the history
  12. Update src/safeds/ml/classical/regression/_arima.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    069b944 View commit details
    Browse the repository at this point in the history
  13. added code review changes

    Gerhardsa0 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5d246ba View commit details
    Browse the repository at this point in the history
  14. added enumerate

    Gerhardsa0 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c55c83c View commit details
    Browse the repository at this point in the history
  15. delted useless var

    Gerhardsa0 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bd91258 View commit details
    Browse the repository at this point in the history
  16. delted useless var

    Gerhardsa0 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9ba25c3 View commit details
    Browse the repository at this point in the history
  17. merge conflict

    Gerhardsa0 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4de046e View commit details
    Browse the repository at this point in the history
  18. Merge branch 'main' of https://github.com/Safe-DS/Library into 570-fe…

    …at-add-arima-model
    
    # Conflicts:
    #	poetry.lock
    Gerhardsa0 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ef4c8f3 View commit details
    Browse the repository at this point in the history
  19. changed lock for docs

    Gerhardsa0 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    67a7a2c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    06822e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Apply suggestions from code review

    added doc changes
    
    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2dc79ff View commit details
    Browse the repository at this point in the history
  2. Update src/safeds/data/tabular/containers/_time_series.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    210a2a3 View commit details
    Browse the repository at this point in the history
  3. Update src/safeds/data/tabular/containers/_time_series.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3ea40e3 View commit details
    Browse the repository at this point in the history
  4. Update src/safeds/data/tabular/containers/_time_series.py

    Co-authored-by: Alexander <47296670+Marsmaennchen221@users.noreply.github.com>
    Gerhardsa0 and Marsmaennchen221 authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    af1104b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d5196f View commit details
    Browse the repository at this point in the history