byu-dml / d3m-experimenter

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

Track arch type #66

Closed epeters3 closed 4 years ago

epeters3 commented 4 years ago

Closes #58.

Adds data to a pipeline json representation about how a pipeline was generated. Adds the data in a D3M-compliant way.

codecov-io commented 4 years ago

Codecov Report

Merging #66 into develop will increase coverage by 0.68%. The diff coverage is 90.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           develop     #66      +/-   ##
==========================================
+ Coverage    69.61%   70.3%   +0.68%     
==========================================
  Files           22      22              
  Lines         1231    1266      +35     
==========================================
+ Hits           857     890      +33     
- Misses         374     376       +2
Impacted Files Coverage Δ
experimenter/experiments/ensemble.py 79.33% <100%> (+0.13%) :arrow_up:
experimenter/database_communication.py 30.43% <100%> (+0.1%) :arrow_up:
experimenter/pipeline_builder.py 95.19% <100%> (+0.68%) :arrow_up:
experimenter/experiments/metafeatures.py 45.45% <33.33%> (-2.17%) :arrow_down:
experimenter/experiments/straight.py 70.45% <80%> (+1.4%) :arrow_up:
test/test_pipeline_builder.py 97.01% <90.47%> (-2.99%) :arrow_down:

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 4c9ede7...33aca0a. Read the comment docs.