byu-dml / d3m-experimenter

A distributed system for creating, running, and persisting many machine learning experiments.
0 stars 0 forks source link

Readme and bugfixes #79

Closed epeters3 closed 4 years ago

epeters3 commented 4 years ago

Resolves #76. Revises, updates, and expands the readme. Also includes Orion's bugfixes for running the experimenter. See commit messages for details.

codecov-io commented 4 years ago

Codecov Report

Merging #79 into develop will increase coverage by 1.02%. The diff coverage is 20%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #79      +/-   ##
===========================================
+ Coverage    67.85%   68.87%   +1.02%     
===========================================
  Files           31       31              
  Lines         1910     1973      +63     
===========================================
+ Hits          1296     1359      +63     
  Misses         614      614
Impacted Files Coverage Δ
experimenter/constants.py 100% <ø> (ø) :arrow_up:
experimenter/execute_pipeline.py 22.5% <0%> (ø) :arrow_up:
experimenter_driver.py 28.57% <33.33%> (+0.19%) :arrow_up:
test/test_pipeline_generator.py 100% <0%> (ø) :arrow_up:
test/config.py 100% <0%> (ø) :arrow_up:
experimenter/config.py 100% <0%> (ø) :arrow_up:
experimenter/pipeline_builder.py 94.68% <0%> (+0.8%) :arrow_up:

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 9520772...7599495. Read the comment docs.