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

make pytorch Embedding layer for time series forecasting architectures #474

Open
wants to merge 30 commits into
base: reg_cocktails-pytorch_embedding
Choose a base branch
from

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    ec94359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cd5cad View commit details
    Browse the repository at this point in the history
  3. Reg cocktails common paper modifications 2 (automl#417)

    * remove remaining differences
    
    * Reg cocktails common paper modifications 5 (automl#418)
    
    * add hasttr
    
    * fix run summary
    ravinkohli committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    7919802 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ccb8a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f448408 View commit details
    Browse the repository at this point in the history
  6. cleanup unwanted changes

    ravinkohli committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    7f32ada View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3918d97 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3923ad9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd07bcc View commit details
    Browse the repository at this point in the history
  10. fix tests

    ravinkohli committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    0b94b9d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    afff387 View commit details
    Browse the repository at this point in the history
  12. [ADD] Calculate memory of dataset after one hot encoding (pytorch emb…

    …edding) (automl#437)
    
    * add updates for apt1.0+reg_cocktails
    
    * debug loggers for checking data and network memory usage
    
    * add support for pandas, test for data passing, remove debug loggers
    
    * remove unwanted changes
    
    * :
    
    * Adjust formula to account for embedding columns
    
    * Apply suggestions from code review
    
    Co-authored-by: nabenabe0928 <47781922+nabenabe0928@users.noreply.github.com>
    
    * remove unwanted additions
    
    * Update autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/TabularColumnTransformer.py
    
    Co-authored-by: nabenabe0928 <47781922+nabenabe0928@users.noreply.github.com>
    ravinkohli and nabenabe0928 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b01e558 View commit details
    Browse the repository at this point in the history
  13. suggestions from review

    ravinkohli committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    396ff54 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

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

Commits on Aug 16, 2022

  1. test fix in progress

    ravinkohli committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d4717fb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    d58dd9d View commit details
    Browse the repository at this point in the history
  2. Reg cocktails apt1.0+reg cocktails pytorch embedding reduced (automl…

    …#454)
    
    * reduce number of hyperparameters for pytorch embedding
    
    * remove todos for the preprocessing PR, and apply suggestion from code review
    
    * remove unwanted exclude in test
    ravinkohli committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8e15eec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49d49c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    1f6351e View commit details
    Browse the repository at this point in the history
  2. fix redundant code

    ravinkohli committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    0cfc3dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8547229 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    cbd4d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2839caa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2ffc02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9f1ca7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d9ddc0 View commit details
    Browse the repository at this point in the history
  6. maint

    dengdifan committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    9d62c2b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    5f9713a View commit details
    Browse the repository at this point in the history
  2. remove unused codes

    dengdifan committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    19d6840 View commit details
    Browse the repository at this point in the history
  3. remove unused codes

    dengdifan committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    d1a6929 View commit details
    Browse the repository at this point in the history