Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/queirozfcom/price-prediction
https://github.com/queirozfcom/price-prediction
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/queirozfcom/price-prediction
- Owner: queirozfcom
- License: mit
- Created: 2017-02-22T00:23:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T06:29:19.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T07:47:47.859Z (2 months ago)
- Language: Jupyter Notebook
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#teste-b2w
# project structure
```
├── LICENSE
├── README.md <- The top-level README.
├── data
│ └── raw <- The original, immutable data dump.
│
├── Scripts <- Jupyter notebooks.
│
│
├── Analysis <- Generated analysis.
│ └── presentation.pdf <- presentation
│
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
│
└── src
│
└── lib <- helper code
│
├── dataset.py
└── cleaning.py
```