LabeliaLabs / distributed-learning-contributivity

Simulate collaborative ML scenarios, experiment multi-partner learning approaches and measure respective contributions of different datasets to model performance.
https://www.labelia.org
Apache License 2.0
56 stars 12 forks source link

[wip] Add Makefile #319

Closed natct10 closed 3 years ago

natct10 commented 3 years ago

You can use make black, make flake, make tests or even make all to run those tasks locally before pushing! Feel free to suggest any improvement. This should work out-of-the-box on linux or mac, but windows users will have to install a build program (easy with chocolatey package manager: https://chocolatey.org/packages/make).

Close #312

codecov-io commented 3 years ago

Codecov Report

Merging #319 (02dda6f) into master (2e28840) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #319   +/-   ##
=======================================
  Coverage   82.63%   82.63%           
=======================================
  Files          13       13           
  Lines        2637     2637           
=======================================
  Hits         2179     2179           
  Misses        458      458           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2e28840...02dda6f. Read the comment docs.

natct10 commented 3 years ago

Not sure that this is relevant