JuliaAI / CatBoost.jl

Julia wrapper of the python library CatBoost for boosted decision trees
MIT License
11 stars 3 forks source link

fix UndefVarError in update method #28

Closed OkonSamuel closed 11 months ago

OkonSamuel commented 11 months ago

While running some mlj integration tests. I discovered an error in the update method. So this PR fixes this. cc. @ablaom

codecov-commenter commented 11 months ago

Codecov Report

Merging #28 (ec456fe) into main (3fbbafe) will decrease coverage by 0.47%. The diff coverage is 0.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
- Coverage   77.57%   77.10%   -0.47%     
==========================================
  Files           6        6              
  Lines         165      166       +1     
==========================================
  Hits          128      128              
- Misses         37       38       +1     
Files Changed Coverage Δ
src/MLJCatBoostInterface.jl 78.33% <0.00%> (-1.33%) :arrow_down: