Skip to content

Commit

Permalink
fix: update models/ md doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr committed Jan 2, 2023
1 parent a5fe3ff commit 1bcb6d8
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions models/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Models

## Description
Any files that transform inputs into outputs.
One file should represent one data job.
"__pipeline__.ipynb" should be used to orchestrate the execution of all files.

## Example
I want to get data from yahoo finance and send an email notification daily.

Files:
- Get data from Yahoo finance
- Predict data
- Create linechart
- Create content and send email
The /models folder stores any files that transform inputs into outputs (notebook, Python, SQL files)

## Notebooks
"__pipeline__.ipynb" should be used to orchestrate the execution of all files.
"IMO_template.ipynb" should be used to kick start a new notebook in your models.

0 comments on commit 1bcb6d8

Please sign in to comment.