-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
FlorentLvr
committed
Jan 2, 2023
1 parent
a5fe3ff
commit 1bcb6d8
Showing
1 changed file
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|