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

Some options! #78

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

Some options! #78

wants to merge 38 commits into from

Commits on May 21, 2024

  1. simplify the script

    cloner174 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    b070a57 View commit details
    Browse the repository at this point in the history
  2. new Options

    kind_of_scaler -> 'Standard' or 'MinMax'
    dynamic name of date col  -> name_of_col_with_date
    separately scale the data. save the scaler for further inverse
    cloner174 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    c4aa75f View commit details
    Browse the repository at this point in the history
  3. Update data_loader.py

    cloner174 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    3ae291a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ec7b4f View commit details
    Browse the repository at this point in the history
  5. Update data_factory.py

    scale
    name_of_col_with_date
    kind_of_scaler
    cloner174 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    ff1d90a View commit details
    Browse the repository at this point in the history
  6. Update data_loader.py

    cloner174 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    e08ebc6 View commit details
    Browse the repository at this point in the history
  7. Update data_loader.py

    cloner174 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    066c872 View commit details
    Browse the repository at this point in the history
  8. Update data_loader.py

    cloner174 authored May 21, 2024
    Configuration menu
    Copy the full SHA
    854d97c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. add options data_loader.py

    cloner174 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    98e62b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d07c027 View commit details
    Browse the repository at this point in the history
  3. Update LICENSE

    cloner174 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    0c82557 View commit details
    Browse the repository at this point in the history
  4. Update LICENSE

    cloner174 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    5b57bec View commit details
    Browse the repository at this point in the history
  5. Update LICENSE

    cloner174 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    ce974db View commit details
    Browse the repository at this point in the history
  6. add options run.py

    cloner174 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    1370d35 View commit details
    Browse the repository at this point in the history
  7. fix data_loader.py

    cloner174 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    b2bbe59 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    fd85cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f618b60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf34f06 View commit details
    Browse the repository at this point in the history
  4. fix

    cloner174 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1b26f1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40fe7f7 View commit details
    Browse the repository at this point in the history
  6. modify

    cloner174 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    45588e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c3b27a View commit details
    Browse the repository at this point in the history
  8. modify

    cloner174 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    73e22ff View commit details
    Browse the repository at this point in the history
  9. fix

    cloner174 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    56ec652 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c30094 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f97121a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ae3c03 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. add validate info

    cloner174 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6c450f4 View commit details
    Browse the repository at this point in the history
  2. predict like a pro

    cloner174 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    60abf1a View commit details
    Browse the repository at this point in the history
  3. add save_args function

    cloner174 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3db2043 View commit details
    Browse the repository at this point in the history
  4. add save_args function

    cloner174 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9fcf3d3 View commit details
    Browse the repository at this point in the history
  5. add save_args class

    cloner174 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2f1f766 View commit details
    Browse the repository at this point in the history
  6. dynamic save args

    cloner174 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ed5c051 View commit details
    Browse the repository at this point in the history
  7. modified: .gitignore

    	new file:   checkpoints/DONOTREMOVE
    cloner174 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d38989d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. fixed

    cloner174 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    995832b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. new updates

    cloner174 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6d95bb3 View commit details
    Browse the repository at this point in the history
  2. added prediction function

    cloner174 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ec7ebef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cbed3d View commit details
    Browse the repository at this point in the history