项目作者: djibybalde

项目描述 :
Deal with coronavirus (COVID-19) data: data exploration and analysis, data visualisation, prediction model (SEIR model)
高级语言: Jupyter Notebook
项目地址: git://github.com/djibybalde/covid19.git
创建时间: 2020-03-07T17:16:07Z
项目社区:https://github.com/djibybalde/covid19

开源协议:MIT License

下载


COVID-19 Project

Build a project using covid19 (coronavirus) dataset

Project Organization

  1. ├── LICENSE
  2. ├── Makefile <- Makefile with commands like `make data` or `make train`
  3. ├── README.md <- The top-level README for developers using this project.
  4. ├── \_can_be_deleted <- Trash bin (!! git ignored)
  5. ├── confidential <- Confidential documents, data, etc. (!! git ignored)
  6. ├── data
  7. ├── external <- Data from third party sources.
  8. ├── processed <- The final, canonical data sets for modeling.
  9. ├── raw <- The original, immutable data dump.
  10. └── working <- Working, intermediate data that has been transformed.
  11. ├── docs <- A default Sphinx project; see sphinx-doc.org for details
  12. ├── models <- Trained and serialized models, model predictions, or model summaries
  13. Also includes sklearn & pyspark pipelines.
  14. ├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
  15. the creator's initials, and a short `-` delimited description, e.g.
  16. │ `1.0-rvm-initial-data-exploration`.
  17. ├── production
  18. │ ├── config <- YAML files with dependancies between tasks, data catalog and others.
  19. │ ├── pipelines <- sklearn & pyspark pipelines.
  20. │ ├── tasks <- Luigi tasks.
  21. │ └── scripts <- Functions used by Luigi tasks.
  22. ├── references <- Data dictionaries, manuals, and all other explanatory materials.
  23. ├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
  24. │ └── figures <- Generated graphics and figures to be used in reporting
  25. ├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
  26. │ generated with `pip freeze > requirements.txt`
  27. ├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
  28. ├── src <- Source code for use in this project.
  29. │ ├── __init__.py <- Makes src a Python module
  30. │ │
  31. │ ├── data <- Scripts to download or generate data
  32. │ │ └── make_dataset.py
  33. │ │
  34. │ ├── features <- Scripts to turn raw data into features for modeling
  35. │ │ └── build_features.py
  36. │ │
  37. │ ├── models <- Scripts to train models and then use trained models to make
  38. │ │ │ predictions
  39. │ │ ├── predict_model.py
  40. │ │ └── train_model.py
  41. │ │
  42. │ └── visualization <- Scripts to create exploratory and results oriented visualizations
  43. │ └── visualize.py
  44. └── tox.ini <- tox file with settings for running tox; see tox.testrun.org

Project based on the cookiecutter data science project template. #cookiecutterdatascience