Y-oHr-N / OptGBM

Optuna + LightGBM = OptGBM
MIT License
34 stars 7 forks source link

Fix mypy errors #103

Closed Y-oHr-N closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #103 (c193994) into master (fa78207) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   95.06%   95.07%           
=======================================
  Files           8        8           
  Lines         567      568    +1     
=======================================
+ Hits          539      540    +1     
  Misses         28       28           
Impacted Files Coverage Δ
optgbm/typing.py 100.00% <ø> (ø)
tests/test_sklearn.py 99.43% <ø> (ø)
optgbm/sklearn.py 93.92% <100.00%> (+0.02%) :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 fa78207...c193994. Read the comment docs.