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 from_str_to_temporal and continues prediction #767

Merged
merged 99 commits into from
May 31, 2024

Commits on May 8, 2024

  1. chaged on request

    Gerhardsa0 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    60fdde4 View commit details
    Browse the repository at this point in the history
  2. chaged on request

    Gerhardsa0 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ea01e75 View commit details
    Browse the repository at this point in the history
  3. chaged on request

    Gerhardsa0 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ec43790 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94ee24d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. added from_str_to_temporal

    now the plots can make use of the date format, see test_lineplot
    Gerhardsa0 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cb36228 View commit details
    Browse the repository at this point in the history
  2. picture

    Gerhardsa0 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dc99f1a View commit details
    Browse the repository at this point in the history
  3. Merge branch '740-feat-add-continues-prediction-to-outputconvertion' of

    https://github.com/Safe-DS/Library into 765-feat-add-temporal-operations
    
    # Conflicts:
    #	src/safeds/ml/nn/converters/_output_converter_time_series.py
    #	tests/safeds/data/labeled/containers/_time_series_dataset/test_into_dataloader.py
    Gerhardsa0 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a00eefa View commit details
    Browse the repository at this point in the history
  4. merged continues pr

    Gerhardsa0 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5195ad2 View commit details
    Browse the repository at this point in the history
  5. linter change

    Gerhardsa0 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0a817f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cce7b0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68bc442 View commit details
    Browse the repository at this point in the history
  8. tutorial added

    Gerhardsa0 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0529d38 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f5059e7 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' of https://github.com/Safe-DS/Library into 765-fe…

    …at-add-temporal-operations
    Gerhardsa0 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9ccb738 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

    Gerhardsa0 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f023b1b View commit details
    Browse the repository at this point in the history
  3. saved some changes for now

    will work on the plot tmrw
    prediction now just overwrites the target column
    dates from str is still implemented
    Gerhardsa0 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6e8c006 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. added structure for temporal operations

    added multiple columns plot, note that this is a demo, as I have some questions
    Gerhardsa0 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4fc06da View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/Safe-DS/Library into 765-fe…

    …at-add-temporal-operations
    Gerhardsa0 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    959b981 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    81dd2e6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/Safe-DS/Library into 765-fe…

    …at-add-temporal-operations
    
    # Conflicts:
    #	src/safeds/data/tabular/plotting/_table_plotter.py
    #	src/safeds/ml/nn/converters/_input_converter_time_series.py
    #	src/safeds/ml/nn/converters/_output_converter_time_series.py
    #	tests/safeds/data/tabular/plotting/test_plot_lineplot.py
    #	tests/safeds/ml/nn/converters/test_output_converter_time_series.py
    #	tests/safeds/ml/nn/test_lstm_workflow.py
    Gerhardsa0 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ac2bc29 View commit details
    Browse the repository at this point in the history
  3. saved for tdy

    Gerhardsa0 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    362426c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

    …at-add-temporal-operations
    
    # Conflicts:
    #	src/safeds/ml/nn/converters/_input_converter_time_series.py
    #	tests/safeds/ml/nn/test_lstm_workflow.py
    Gerhardsa0 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6409526 View commit details
    Browse the repository at this point in the history
  2. finished merge and added visualization

    now adding time operations
    Gerhardsa0 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    991a0e7 View commit details
    Browse the repository at this point in the history
  3. added temporal operations

    Gerhardsa0 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1d2be7b View commit details
    Browse the repository at this point in the history
  4. removed prediction name from convertionm

    finished example so far, but last part might be confusing
    added temporal operations
    Gerhardsa0 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    87b88c2 View commit details
    Browse the repository at this point in the history
  5. moved continues to time series dataset

    detected a error while learning, due to tensor missmatch, but besides that the demo is finished
    Gerhardsa0 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1f7f6d3 View commit details
    Browse the repository at this point in the history
  6. removed learning error

    finished demo so far, not best result in prediction
    Gerhardsa0 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    045f6c9 View commit details
    Browse the repository at this point in the history
  7. snapshots

    Gerhardsa0 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    bdf976a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. linter changes

    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    db0438c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b41c2ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27dca0f View commit details
    Browse the repository at this point in the history
  4. linter changes

    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d24fc93 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    
    # Conflicts:
    #	src/safeds/data/tabular/plotting/_table_plotter.py
    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    64770da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdf3d72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46b0fa2 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4d98956 View commit details
    Browse the repository at this point in the history
  9. linter changes

    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    92cca07 View commit details
    Browse the repository at this point in the history
  10. linter changes

    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3685248 View commit details
    Browse the repository at this point in the history
  11. linter changes

    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c3ddf6c View commit details
    Browse the repository at this point in the history
  12. linter changes

    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5e45869 View commit details
    Browse the repository at this point in the history
  13. adjusted dimensions

    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    78ca195 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    da286d2 View commit details
    Browse the repository at this point in the history
  15. added temporal cells

    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    14c1241 View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f97ca31 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. added temporal cells

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1bfebc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bf9926 View commit details
    Browse the repository at this point in the history
  3. adjusted test

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0d40ad6 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e1ca06e View commit details
    Browse the repository at this point in the history
  5. adjusted test

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3671ca7 View commit details
    Browse the repository at this point in the history
  6. adjusted test

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    10cb57b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56a54ab View commit details
    Browse the repository at this point in the history
  8. adjusted test

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9d2367c View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    73bedc3 View commit details
    Browse the repository at this point in the history
  10. adjusted test

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    dbe8907 View commit details
    Browse the repository at this point in the history
  11. code coverage

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7d9bdb0 View commit details
    Browse the repository at this point in the history
  12. linter fix

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d210d70 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7452aef View commit details
    Browse the repository at this point in the history
  14. added code cov

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    658d12e View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    666e11f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    267371a View commit details
    Browse the repository at this point in the history
  17. added formatstring

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    792c484 View commit details
    Browse the repository at this point in the history
  18. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8af6014 View commit details
    Browse the repository at this point in the history
  19. code cov doesnt use the warn

    and its still in todo
    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    556eed4 View commit details
    Browse the repository at this point in the history
  20. code cov doesnt use the warn

    and its still in todo
    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    57b1305 View commit details
    Browse the repository at this point in the history
  21. linter fixes

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    daa766c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4213af3 View commit details
    Browse the repository at this point in the history
  23. test should work

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b766c63 View commit details
    Browse the repository at this point in the history
  24. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    
    # Conflicts:
    #	tests/safeds/data/tabular/containers/_temporal_cell/test_date_to_string.py
    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5e9da42 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6131534 View commit details
    Browse the repository at this point in the history
  26. test should work

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    920125c View commit details
    Browse the repository at this point in the history
  27. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b433180 View commit details
    Browse the repository at this point in the history
  28. test should work

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    abb5cd3 View commit details
    Browse the repository at this point in the history
  29. fixing tests

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ac51634 View commit details
    Browse the repository at this point in the history
  30. fixing tests

    Gerhardsa0 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    13d19d7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b3bc80f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. fixing tests

    Gerhardsa0 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c82e78e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    391141b View commit details
    Browse the repository at this point in the history
  3. fixing tests

    Gerhardsa0 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0165394 View commit details
    Browse the repository at this point in the history
  4. added self written format checker

    (it can be optimized)
    Gerhardsa0 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    51d7a15 View commit details
    Browse the repository at this point in the history
  5. linter fixes

    Gerhardsa0 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2ecaff7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8db6be View commit details
    Browse the repository at this point in the history
  7. fixed doc build

    Gerhardsa0 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    228c8c6 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    928d22b View commit details
    Browse the repository at this point in the history
  9. fixed doc build

    prediction for example is right now bad
    Gerhardsa0 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6937d2c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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

    …at-add-temporal-operations
    
    # Conflicts:
    #	docs/tutorials/classification.ipynb
    #	docs/tutorials/convolutional_neural_network_for_image_classification.ipynb
    #	docs/tutorials/machine_learning.ipynb
    #	tests/safeds/ml/nn/converters/test_input_converter_time_series.py
    #	tests/safeds/ml/nn/test_lstm_workflow.py
    Gerhardsa0 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    536e16f View commit details
    Browse the repository at this point in the history
  2. removed time_name from time_series dataset

    reworked tutorial
    Gerhardsa0 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    adc041e View commit details
    Browse the repository at this point in the history
  3. linter changes

    Gerhardsa0 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    97ac579 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9468b4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98746db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ed4186 View commit details
    Browse the repository at this point in the history
  7. fixed docs

    Gerhardsa0 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1c67a0d View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/765-feat-add-temporal-operations…

    …' into 765-feat-add-temporal-operations
    Gerhardsa0 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4d35801 View commit details
    Browse the repository at this point in the history
  9. fixed docs

    Gerhardsa0 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9443c21 View commit details
    Browse the repository at this point in the history
  10. fixed docs

    Gerhardsa0 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d39a737 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fixed code cov

    Gerhardsa0 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d28436b View commit details
    Browse the repository at this point in the history
  2. fixed linter

    Gerhardsa0 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1b83eb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23296a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f95b19c View commit details
    Browse the repository at this point in the history