Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dominodatalab/domino-intro-project-python

Code used for training
https://github.com/dominodatalab/domino-intro-project-python

Last synced: about 2 months ago
JSON representation

Code used for training

Awesome Lists containing this project

README

        

This project contains the code, data, and artifacts for the Domino Training, including the setup for the *Getting Started in Domino* Tutorial, found
[here](https://docs.dominodatalab.com/en/4.6/get_started/index.html) for Python.

This tutorial will guide you through a common model lifecycle in Domino.
You will start by working with data from the Balancing Mechanism Reporting Service in the UK.
We will be exploring the Electricty Generation by Fuel Type and predicting the electricty generation in the future.
You’ll see examples of Jupyter, Dash, pandas, and Prophet used in Domino.

Table of Contents:

* Forecast_Power_Generation.ipynb
* Scheduled_Forecast_Power_Generation.ipynb
* Forecast_Power_Generation_for_Launcher.ipynb
* forecast.ipynb
* forecast_predictor.py
* data.csv
* app.sh

Be sure to set up an environment with the following code in the Dockerfile before starting the activities:

```
RUN pip install "pystan==2.17.1.0" "plotly<4.0.0" requests dash && pip install fbprophet==0.6
RUN pip install --upgrade nbclient nbconvert
RUN pip install papermill
```

To run the model API, generate the model.pkl file by running the Forecast_Power_Generation.ipynb notebook in a Domino workspace.