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

feature/multivariate - step 4 #111

Merged
merged 185 commits into from
Jul 7, 2020
Merged

feature/multivariate - step 4 #111

merged 185 commits into from
Jul 7, 2020

Commits on May 11, 2020

  1. feature(tcn): started with implementation

    pennfranc committed May 11, 2020
    Configuration menu
    Copy the full SHA
    a1ea75b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ccc04e View commit details
    Browse the repository at this point in the history
  3. feature(torch forecasting): created TorchForecastingModel class and m…

    …ade rnn and tcn model to inherit from it
    pennfranc committed May 11, 2020
    Configuration menu
    Copy the full SHA
    ec0c496 View commit details
    Browse the repository at this point in the history
  4. feature(torch forecasting): updated docstrings

    pennfranc committed May 11, 2020
    Configuration menu
    Copy the full SHA
    65f3ceb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d046bdd View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. feature(tcn): changes to torch module

    pennfranc committed May 12, 2020
    Configuration menu
    Copy the full SHA
    13b9afe View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. merged with current develop

    pennfranc committed May 14, 2020
    Configuration menu
    Copy the full SHA
    f66e7be View commit details
    Browse the repository at this point in the history
  2. feature(tcn): implemented residual block architecture, variable outpu…

    …t_length
    pennfranc committed May 14, 2020
    Configuration menu
    Copy the full SHA
    b4a3322 View commit details
    Browse the repository at this point in the history
  3. feature(tcn): added weight normalization option

    pennfranc committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4116ef3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. feature(tcn): updated docstrings

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    fee47e8 View commit details
    Browse the repository at this point in the history
  2. feature(examples): updated FFT notebook

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    77568b6 View commit details
    Browse the repository at this point in the history
  3. merged with develop

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    9aa93ff View commit details
    Browse the repository at this point in the history
  4. feature(examples): updated FFT notebook

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d397e5b View commit details
    Browse the repository at this point in the history
  5. feature(torch forecasting): added docstring for _TimeSeriesDataset1DS…

    …hifted
    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    500a38c View commit details
    Browse the repository at this point in the history
  6. fix(formatting): solved linter issues

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    5fbb44c View commit details
    Browse the repository at this point in the history
  7. fix(testing): fixed import issue

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    e91a508 View commit details
    Browse the repository at this point in the history
  8. fix(formatting): solved more linter issues

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    844017c View commit details
    Browse the repository at this point in the history
  9. feature(torch forecasting): updated documentation

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    03560e2 View commit details
    Browse the repository at this point in the history
  10. feature(torch forecasting): improved docstrings

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    80cc905 View commit details
    Browse the repository at this point in the history
  11. fix(formatting): solved sphinx issue

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    b71571f View commit details
    Browse the repository at this point in the history
  12. feature(examples): updated RNN example

    pennfranc committed May 15, 2020
    Configuration menu
    Copy the full SHA
    f2838b2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. fix(tcn): fixed variable names

    pennfranc committed May 25, 2020
    Configuration menu
    Copy the full SHA
    6580bd2 View commit details
    Browse the repository at this point in the history
  2. fix(tcn): fixed variable names

    pennfranc committed May 25, 2020
    Configuration menu
    Copy the full SHA
    0bcb174 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. feature(testing): added TCN tests

    pennfranc committed May 26, 2020
    Configuration menu
    Copy the full SHA
    27c599e View commit details
    Browse the repository at this point in the history
  2. fix(tcn): removed if statement parantheses

    pennfranc committed May 26, 2020
    Configuration menu
    Copy the full SHA
    4e1cdd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7a5797 View commit details
    Browse the repository at this point in the history
  4. merged with develop

    pennfranc committed May 26, 2020
    Configuration menu
    Copy the full SHA
    2db6474 View commit details
    Browse the repository at this point in the history
  5. fix(testing): fixed TCN fit test

    pennfranc committed May 26, 2020
    Configuration menu
    Copy the full SHA
    776a439 View commit details
    Browse the repository at this point in the history
  6. fix(formatting): solved linter issues

    pennfranc committed May 26, 2020
    Configuration menu
    Copy the full SHA
    1dfdea8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    8da1df5 View commit details
    Browse the repository at this point in the history
  2. feature(TCN): added receptive field coverage testing

    pennfranc committed May 28, 2020
    Configuration menu
    Copy the full SHA
    7648a51 View commit details
    Browse the repository at this point in the history
  3. fix(TCN): minor formatting changes

    pennfranc committed May 28, 2020
    Configuration menu
    Copy the full SHA
    5d5f1c8 View commit details
    Browse the repository at this point in the history
  4. fix(TCN): fixed typo

    pennfranc committed May 28, 2020
    Configuration menu
    Copy the full SHA
    8212bba View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. fix(tcn): fixed output_length being ignored

    pennfranc committed May 29, 2020
    Configuration menu
    Copy the full SHA
    336758c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2546145 View commit details
    Browse the repository at this point in the history
  3. fix(formatting): solved linter issues

    pennfranc committed May 29, 2020
    Configuration menu
    Copy the full SHA
    7247562 View commit details
    Browse the repository at this point in the history
  4. feature(TorchForecastingModel): added new mode to predict that uses a…

    …ll output_length values of one forward pass
    pennfranc committed May 29, 2020
    Configuration menu
    Copy the full SHA
    2ccf35f View commit details
    Browse the repository at this point in the history
  5. feature(backtesting): added no-retrain option and real_time_plot func…

    …tionality to backtest_forecasting to improve backtesting of torch models
    pennfranc committed May 29, 2020
    Configuration menu
    Copy the full SHA
    81b6018 View commit details
    Browse the repository at this point in the history
  6. feature(backtesting) added docstring descriptions of new backtest_for…

    …ecasting args
    pennfranc committed May 29, 2020
    Configuration menu
    Copy the full SHA
    224df58 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. merged with develop

    pennfranc committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    1681591 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. feature(backtesting): plotting only relevant part in real_time_plot, …

    …not training model that was already fit
    pennfranc committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    7ad1d01 View commit details
    Browse the repository at this point in the history
  2. feature(univariate): started rewriting the TimeSeries class to be bas…

    …ed on pd.DataFrame
    pennfranc committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    67ead17 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. feature(multivariate): first working version of multivariate TimeSeri…

    …es class
    pennfranc committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    e71b1b8 View commit details
    Browse the repository at this point in the history
  2. feature(multivariate): first working version of multivariate TimeSeri…

    …es class
    pennfranc committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    a4937cf View commit details
    Browse the repository at this point in the history
  3. feature(multivariate): adapted all existing code to use univariate in…

    …terface with TimeSeries
    pennfranc committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    2a2603d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25f0545 View commit details
    Browse the repository at this point in the history
  5. fix(TimeSeries): fixed plot method

    pennfranc committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    a985cb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. feature(multivariate): adapted TimeSeries.update and corresponding un…

    …it tests
    pennfranc committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    c01bea7 View commit details
    Browse the repository at this point in the history
  2. fix(formatting): fixed linter issues

    pennfranc committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ef00405 View commit details
    Browse the repository at this point in the history
  3. fix(ForecastingModel): fixed typo

    pennfranc committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    f97a3f2 View commit details
    Browse the repository at this point in the history
  4. feature(formatting): fixed final linter problem

    pennfranc committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    04aa1c5 View commit details
    Browse the repository at this point in the history
  5. fix(TimeSeries): fixed a couple of docstrings

    pennfranc committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    a26eac1 View commit details
    Browse the repository at this point in the history
  6. feature(tests): added separate multivariate test file for TimeSeries …

    …which contains some tests for already existing TimeSeries methods
    pennfranc committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    b3445a4 View commit details
    Browse the repository at this point in the history
  7. feature(multivariate): added TimeSeries.stack

    pennfranc committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    2152306 View commit details
    Browse the repository at this point in the history
  8. feature(multivariate): added TimeSeries.width property and TimeSeries…

    ….univariate_component getter method
    pennfranc committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    df81f12 View commit details
    Browse the repository at this point in the history
  9. fix(formatting): solved linter issues

    pennfranc committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    f3006c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    5713095 View commit details
    Browse the repository at this point in the history
  2. feature(timeseries_generation): updated docstrings

    pennfranc committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    6e6fcc0 View commit details
    Browse the repository at this point in the history
  3. feature(TimeSeries): added TimeSeries.add_holidays by readapting time…

    …series_generation.holiday_timeseries (which has now been removed)
    pennfranc committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    b3ff9c5 View commit details
    Browse the repository at this point in the history
  4. fix(formatting): solved linter issues

    pennfranc committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    fa2674d View commit details
    Browse the repository at this point in the history
  5. feature(multivariate): updated TimeSeries.from_dataframe to accept a …

    …list of value columns, TimeSeries.from_times_and_values now accepts a 2-dimensional numpy array as values
    pennfranc committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    1677001 View commit details
    Browse the repository at this point in the history
  6. fix(TimesSeries): fixed docstring

    pennfranc committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    342610a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e71d84 View commit details
    Browse the repository at this point in the history
  8. fix(TimeSeries): fixed TimeSeries.update

    pennfranc committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    fe98f40 View commit details
    Browse the repository at this point in the history
  9. fix(TimeSeries): fixed variable name typo

    pennfranc committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    9b2eef5 View commit details
    Browse the repository at this point in the history
  10. fix(formatting): solved linter issues

    pennfranc committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    7ac40fa View commit details
    Browse the repository at this point in the history
  11. fix(formatting): solved linter issues

    pennfranc committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    d7ac73c View commit details
    Browse the repository at this point in the history
  12. feature(multivariate): added multivariate support to torch models, ad…

    …ded experimental datetime enhancement feature to torch models
    pennfranc committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    7d1c8e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    0fe7a39 View commit details
    Browse the repository at this point in the history
  2. feature(multivariate): added multivariate support to _TimeSeriesDatas…

    …et1DSequential
    pennfranc committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    54dc266 View commit details
    Browse the repository at this point in the history
  3. feature(timeseries_generation): moved main add_datetime_attribute and…

    … add_holidays functionality to timeseries_generation, invoking those methods in TimeSeries now
    pennfranc committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    a61bfc9 View commit details
    Browse the repository at this point in the history
  4. fix(timeseries_generation): fixed mistakes

    pennfranc committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    6981403 View commit details
    Browse the repository at this point in the history
  5. fix(formatting): solved linter issues

    pennfranc committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    1ae7dc8 View commit details
    Browse the repository at this point in the history
  6. merged with multivariate-2

    pennfranc committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    d3043ff View commit details
    Browse the repository at this point in the history
  7. feature(TorchForecastingModel): implemented 'datetime_enhancement' an…

    …d 'holiday_enhancement' arguments for model constructor which result in additional datetime-derived input series
    pennfranc committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    a8b6d7a View commit details
    Browse the repository at this point in the history
  8. fix(formatting): solved linter issues

    pennfranc committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    130a8c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. feature(multivariate): requiring dataframe in main TimeSeries constru…

    …ctor, added TimeSeries.from_series static function
    pennfranc committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    86f7948 View commit details
    Browse the repository at this point in the history
  2. fix(formatting): solved linter issues

    pennfranc committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    49dd263 View commit details
    Browse the repository at this point in the history
  3. feature(multivariate): added automatic input_size adjustment when pas…

    …sing enhancement arguments
    pennfranc committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    517a987 View commit details
    Browse the repository at this point in the history
  4. feature(multivariate): added multivariate support to predict in use_f…

    …ull_output_length mode
    pennfranc committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    cbf5e3b View commit details
    Browse the repository at this point in the history
  5. feature(examples): added simple example showcasing datetime enhanceme…

    …nt functionality of TorchForecastingModels
    pennfranc committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    78378d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. feature(logging): added raise_if function

    pennfranc committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    ac1ab6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738a316 View commit details
    Browse the repository at this point in the history
  3. feature(multivariate): made time series naming more consistent, remov…

    …ed outdated pandas series data type descriptions
    pennfranc committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    9fbfe11 View commit details
    Browse the repository at this point in the history
  4. fix(testing): adapted test to new logging message

    pennfranc committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    894b8bb View commit details
    Browse the repository at this point in the history
  5. merged with feature/multivariate (multivariate-1)

    pennfranc committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    be63e27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2fc0db View commit details
    Browse the repository at this point in the history
  7. feature(multivariate): added TimeSeries.first_values() and TimeSeries…

    ….last_values()
    pennfranc committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    b75d80f View commit details
    Browse the repository at this point in the history
  8. fix(formatting): fixed linter issue

    pennfranc committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    0fb18f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86aaa3b View commit details
    Browse the repository at this point in the history
  10. merged with multivariate-2

    pennfranc committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    cf9e2d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. feature(multivariate): renamed notebook

    pennfranc committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    4a9876f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    422f1a8 View commit details
    Browse the repository at this point in the history
  3. fix(timeseries_generation): fixed one-hot encoding of datetime_attrib…

    …ute_timeseries function, added more tests
    pennfranc committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    be78170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    756aebb View commit details
    Browse the repository at this point in the history
  5. merged with multivariate-2

    pennfranc committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    fe771b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    bf2f75b View commit details
    Browse the repository at this point in the history
  2. feature(multivariate): added multivariate target support to StandardR…

    …egressionModel
    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    14385f0 View commit details
    Browse the repository at this point in the history
  3. fix(formatting): solved linter issues

    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    a92ec7a View commit details
    Browse the repository at this point in the history
  4. feature(multivariate): introduced univariate and multivariate subclas…

    …ses of ForecastingModel
    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    f559426 View commit details
    Browse the repository at this point in the history
  5. fix(formatting): solved linter issue

    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    29952c9 View commit details
    Browse the repository at this point in the history
  6. merged with multivariate-2

    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    72ed3eb View commit details
    Browse the repository at this point in the history
  7. feature(multivariate): removed 'enhancement' arguments for torch mode…

    …ls, added multidimensional output functionality
    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    7d9cbb7 View commit details
    Browse the repository at this point in the history
  8. fix(TorchForecastingModel): fixed bug

    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    41fada9 View commit details
    Browse the repository at this point in the history
  9. feature(multivariate): added metrics support for multivariate time se…

    …ries, added more test cases
    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    e538d92 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6668bc4 View commit details
    Browse the repository at this point in the history
  11. fix(testing): fixed metrics test case

    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    0eaffbf View commit details
    Browse the repository at this point in the history
  12. fix(formatting): fixed linter issue

    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    663b7d7 View commit details
    Browse the repository at this point in the history
  13. merged with multivariate-2

    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    67d209c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88f1ef8 View commit details
    Browse the repository at this point in the history
  15. fix(formatting): fixed linter

    pennfranc committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    59d20dc View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    e658ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c45ad2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdb9cbf View commit details
    Browse the repository at this point in the history
  4. feature(testing): added more backtesting tests

    pennfranc committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    e8e2232 View commit details
    Browse the repository at this point in the history
  5. fix(TorchForecastingModel): fixed predict function in use_full_output…

    …_length mode, added more tests
    pennfranc committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    d810d9d View commit details
    Browse the repository at this point in the history
  6. feature(multivariate): added short example notebook

    pennfranc committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    8d1b638 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    033eea4 View commit details
    Browse the repository at this point in the history
  8. fix(formatting): solved linter issues

    pennfranc committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    ac47b52 View commit details
    Browse the repository at this point in the history
  9. merged with develop

    pennfranc committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    15a0293 View commit details
    Browse the repository at this point in the history
  10. merged with feature/multivariate

    pennfranc committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    74f3957 View commit details
    Browse the repository at this point in the history
  11. merged with multivariate-2

    pennfranc committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    7e42775 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    9d14112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d5f28 View commit details
    Browse the repository at this point in the history
  3. merged with develop

    pennfranc committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    8c9cbf0 View commit details
    Browse the repository at this point in the history
  4. merged with feature/multivariate

    pennfranc committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    87dfb7c View commit details
    Browse the repository at this point in the history
  5. merged with multivariate-2

    pennfranc committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    a547ff4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    667285a View commit details
    Browse the repository at this point in the history
  2. feature(multivariate): added checks that input is univariate in stati…

    …stics functions, added a test case for it
    pennfranc committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    0ac4103 View commit details
    Browse the repository at this point in the history
  3. fix(formatting): linter

    pennfranc committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    2511083 View commit details
    Browse the repository at this point in the history
  4. feature(backtesting): added more backtesting options, including multi…

    …variate support for backtest_forecasting
    pennfranc committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    0997bdf View commit details
    Browse the repository at this point in the history
  5. feature(examples): started changing TCN example

    pennfranc committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    5e6299b View commit details
    Browse the repository at this point in the history
  6. merged with develop

    pennfranc committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    78f965d View commit details
    Browse the repository at this point in the history
  7. merged with feature/multivariate

    pennfranc committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    4bc025c View commit details
    Browse the repository at this point in the history
  8. merged with multivariate-2

    pennfranc committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    4fac6a4 View commit details
    Browse the repository at this point in the history
  9. fix(TCN): forgot to include a change

    pennfranc committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    a97d7fa View commit details
    Browse the repository at this point in the history
  10. fix(examples): fixed notebooks to work with new multivariate function…

    …alities
    pennfranc committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    effdecd View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. merged with multivariate-3

    pennfranc committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    8198b56 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    cbcebe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9a5bcb View commit details
    Browse the repository at this point in the history
  3. merged with develop

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    1e5c4d8 View commit details
    Browse the repository at this point in the history
  4. merged with feature/multivariate

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    7eb54e5 View commit details
    Browse the repository at this point in the history
  5. merged with multivariate-2

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    904e404 View commit details
    Browse the repository at this point in the history
  6. merged with multivariate-3

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    148566c View commit details
    Browse the repository at this point in the history
  7. feature(multivariate): added more backtesting tests

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    749b3d2 View commit details
    Browse the repository at this point in the history
  8. merged with develop

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    648aeeb View commit details
    Browse the repository at this point in the history
  9. merged with feature/multivariate

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    58b688a View commit details
    Browse the repository at this point in the history
  10. merged with multivariate-2

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    9cbae0c View commit details
    Browse the repository at this point in the history
  11. fix(multivariate): forgot to pass on frequency to new time series obt…

    …ained by TimeSeries.univariate_component
    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    698eb0c View commit details
    Browse the repository at this point in the history
  12. merged with multivariate-

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    9c238f6 View commit details
    Browse the repository at this point in the history
  13. feature(multivariate): for MultivariateForecastingModel.fit added che…

    …ck to make sure target_indices are in-range, added associated tests
    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    c0c3955 View commit details
    Browse the repository at this point in the history
  14. fix(formatting): fixed linter issue

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    d05d94b View commit details
    Browse the repository at this point in the history
  15. feature(multivariate): added multivariate support for missing_values …

    …functions
    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    fb9f944 View commit details
    Browse the repository at this point in the history
  16. merged with multivariate-3

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    917408d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8c80ad8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    05c9abc View commit details
    Browse the repository at this point in the history
  19. fix(formatting): linter

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    74d3081 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7da6efc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4a1d9d4 View commit details
    Browse the repository at this point in the history
  22. fix(formatting): linter

    pennfranc committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    199b50b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. merged with develop

    pennfranc committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    6dacd70 View commit details
    Browse the repository at this point in the history
  2. merged with feature/multivariate

    pennfranc committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    2cb6d53 View commit details
    Browse the repository at this point in the history
  3. merged with multivariate-2

    pennfranc committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    4f54a8d View commit details
    Browse the repository at this point in the history
  4. merged with multivariate-3

    pennfranc committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    ec6f01c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. merged with develop

    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    a3f1025 View commit details
    Browse the repository at this point in the history
  2. fix(TorchForecastingModel, TCNModel, backtesting): fixed some issues …

    …caused by merging
    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    03a5157 View commit details
    Browse the repository at this point in the history
  3. fix(backtesting): removed mutable default arguments

    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    57029af View commit details
    Browse the repository at this point in the history
  4. fix(TorchForecastingModel): fixed predict function

    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    9d629af View commit details
    Browse the repository at this point in the history
  5. feature(examples): updated TCN notebook

    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1722873 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81ab93f View commit details
    Browse the repository at this point in the history
  7. fix(TimeSeries): changed constructor not to throw an error when given…

    … frequency and inferred frequency don't match, but just a warning
    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    57bcc6e View commit details
    Browse the repository at this point in the history
  8. feature(examples): updated TCN notebook

    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    8abbf6c View commit details
    Browse the repository at this point in the history
  9. fix(TimeSeries): replaced deperecated warn method

    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    3e5931b View commit details
    Browse the repository at this point in the history
  10. fix(tests): fixed TimeSeries test to reflect new frequency mismatch h…

    …andling
    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f1d6e54 View commit details
    Browse the repository at this point in the history
  11. fix(tests): fixed backtesting test case

    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    bab99e0 View commit details
    Browse the repository at this point in the history
  12. feature(examples): updated RNN notebook

    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    9ecbe30 View commit details
    Browse the repository at this point in the history
  13. fix(formatting): linter

    pennfranc committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    044840b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    d4ea330 View commit details
    Browse the repository at this point in the history
  2. feature(backtesting): improved docstrings

    pennfranc committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    5143028 View commit details
    Browse the repository at this point in the history
  3. merged with develop

    pennfranc committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    b2d99a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. fix(backtesting): added backticks to docstring

    pennfranc committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    332415d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6141ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6274acc View commit details
    Browse the repository at this point in the history
  4. fix(examples): fixed missing FFT notebook change

    pennfranc committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    5804e41 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. merged with develop

    pennfranc committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    22526ad View commit details
    Browse the repository at this point in the history