Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaocarabetta/stats_studies
https://github.com/joaocarabetta/stats_studies
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joaocarabetta/stats_studies
- Owner: JoaoCarabetta
- License: mit
- Created: 2019-11-21T03:58:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T23:31:41.000Z (over 2 years ago)
- Last Synced: 2024-06-11T19:12:00.880Z (5 months ago)
- Language: Jupyter Notebook
- Size: 325 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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)