Skip to content

Commit

Permalink
add SklearnModel (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez authored Apr 15, 2024
1 parent 19b6564 commit 791a2cb
Show file tree
Hide file tree
Showing 7 changed files with 1,048 additions and 51 deletions.
2 changes: 2 additions & 0 deletions dev/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ dependencies:
- pip
- prophet
- pyarrow
- scikit-learn
- scipy>=1.7.3
- statsmodels>=0.13.2
- tabulate
- threadpoolctl
- plotly
- pip:
- datasetsforecast
- fugue[dask,ray]
- nbdev
- plotly-resampler
Expand Down
2 changes: 2 additions & 0 deletions dev/local_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ dependencies:
- pip
- prophet
- pyarrow
- scikit-learn
- scipy>=1.7.3
- statsmodels>=0.13.2
- tabulate
- threadpoolctl
- plotly
- pip:
- datasetsforecast
- nbdev
- plotly-resampler
- polars
Expand Down
Loading

0 comments on commit 791a2cb

Please sign in to comment.