zifn / CS289_Coltrims_ML

repo for the final project of berkeley CS289
0 stars 1 forks source link

Start the Featurized branch with polynomial featurization function. #13

Closed sajantanand closed 3 years ago

sajantanand commented 3 years ago

Starting the PR for Issue #6 - Featurize the Data.

So far I have implemented the polynomial featurizer functionality using the 'sklearn' package. I will now write a test to test this.

codecov[bot] commented 3 years ago

Codecov Report

Merging #13 into main will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #13   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         5    +2     
  Lines           44        91   +47     
=========================================
+ Hits            44        91   +47     
Impacted Files Coverage Δ
src/parsing.py 100.00% <ø> (ø)
src/featurize.py 100.00% <100.00%> (ø)
src/tests/test_featurize.py 100.00% <100.00%> (ø)

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 e2881d8...3ac4906. Read the comment docs.