Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaocarabetta/bid-delay-analysis
https://github.com/joaocarabetta/bid-delay-analysis
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaocarabetta/bid-delay-analysis
- Owner: JoaoCarabetta
- License: mit
- Created: 2019-09-02T17:39:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T22:38:48.000Z (over 2 years ago)
- Last Synced: 2023-08-02T02:29:35.945Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Project Title
One Paragraph of project description goes here.
### Project Organization
├── LICENSE
├── README.md <- The top-level README for developers using this project (also know as this file!)
├── data
│ ├── output <- Output processed data
│ ├── treated <- The cleaned and treated data for analysis
│ └── raw <- The original, immutable data dump
├── notebooks <- Jupyter notebooks
├── scripts <- Python files
├── requirements.txt <- Packages used in the code### Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
#### Prerequisites
You need to have the packages on `requirements.txt` installed. To do that, open the terminal and run:
```
pip3 install -U -r requirements.txt
```#### Changing author
You need change to your name on the files: [LICENSE.md](LICENSE.md), here (below) and optionally put on your code files :)
### Authors
* **You** - *Code maker* - [@you](https://github.com/@you)
### License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
### Acknowledgments
* This README was adapted from [*A template to make good README.md*](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2)
* The structure of this repository was adapted from [*Fast Project Templates*](https://github.com/JoaoCarabetta/project-templates)