Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

model: prophet: Create new model to wrap fbprophet #945

Open
johnandersen777 opened this issue Jan 5, 2021 · 0 comments
Open

model: prophet: Create new model to wrap fbprophet #945

johnandersen777 opened this issue Jan 5, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request kind/ml Issues partaining to machine learning p3 Average Priority tS Esitmated Time To Complete: Short

Comments

@johnandersen777
Copy link

Related: facebook/prophet#401

@johnandersen777 johnandersen777 added enhancement New feature or request kind/ml Issues partaining to machine learning p3 Average Priority tS Esitmated Time To Complete: Short labels Jan 5, 2021
@johnandersen777 johnandersen777 self-assigned this Jan 5, 2021
johnandersen777 pushed a commit that referenced this issue Jan 6, 2021
The example covers the following using the Python API.

- Writing a new model, wrapping fbprophet

  - Overwriting a SimpleModel.__init__()

  - Using joblib to save and load the fbprophet model class

- Creating Pandas DataFrames from DFFML Record objects

- Downloading dataset files with hash verification

- Loading data from files using the high level API

- Using multiple models. Model predictions will be used as feature data for
  another model

Fixes: #947
Related: #945
johnandersen777 pushed a commit that referenced this issue Feb 12, 2021
The example covers the following using the Python API.

- Writing a new model, wrapping fbprophet

  - Overwriting a SimpleModel.__init__()

  - Using joblib to save and load the fbprophet model class

- Creating Pandas DataFrames from DFFML Record objects

- Downloading dataset files with hash verification

- Loading data from files using the high level API

- Using multiple models. Model predictions will be used as feature data for
  another model

Fixes: #947
Related: #945
johnandersen777 pushed a commit to johnandersen777/dffml that referenced this issue Mar 11, 2022
The example covers the following using the Python API.

- Writing a new model, wrapping fbprophet

  - Overwriting a SimpleModel.__init__()

  - Using joblib to save and load the fbprophet model class

- Creating Pandas DataFrames from DFFML Record objects

- Downloading dataset files with hash verification

- Loading data from files using the high level API

- Using multiple models. Model predictions will be used as feature data for
  another model

Fixes: intel#947
Related: intel#945
johnandersen777 pushed a commit that referenced this issue Mar 12, 2022
The example covers the following using the Python API.

- Writing a new model, wrapping fbprophet

  - Overwriting a SimpleModel.__init__()

  - Using joblib to save and load the fbprophet model class

- Creating Pandas DataFrames from DFFML Record objects

- Downloading dataset files with hash verification

- Loading data from files using the high level API

- Using multiple models. Model predictions will be used as feature data for
  another model

Fixes: #947
Related: #945
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request kind/ml Issues partaining to machine learning p3 Average Priority tS Esitmated Time To Complete: Short
Projects
None yet
Development

No branches or pull requests

1 participant