etalab-ia / DGML

This repo contains the code used to develop DGML (Data Gouv for Machine Learning), a data repository of datasets from data.gouv.fr for Machine Learning.
https://datascience.etalab.studio/dgml/
MIT License
12 stars 0 forks source link

Psorianom/final refactoring #13

Open psorianom opened 3 years ago

psorianom commented 3 years ago

This PR adds the following:

  1. A working Makefile to run this software.
  2. A set of sample datasets to test this software (create pandas profilings and mljar profilings as needed to run the web application).
  3. We are using black and huggingface's line limiter for comments to give some standard styling to the code (that is why we have so many modified files + the zipped sample datasets)

TODO:

From here, we would need to add some documentation about this Makefile and the python environment needed (created with vurtialenv (we no longer use conda)).