lalvim / PartialLeastSquaresRegressor.jl

Implementation of a Partial Least Squares Regressor
MIT License
40 stars 8 forks source link

Fix load_path and package_name for mlj interface #16

Closed ablaom closed 4 years ago

ablaom commented 4 years ago

Fixes https://github.com/alan-turing-institute/MLJModels.jl/issues/312#issuecomment-711441185 so that package can be registered with MLJ

codecov[bot] commented 4 years ago

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   92.76%   92.76%           
=======================================
  Files           8        8           
  Lines         235      235           
=======================================
  Hits          218      218           
  Misses         17       17           
Impacted Files Coverage Δ
src/mlj_interface.jl 88.88% <ø> (ø)

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 446a1f5...abb9b9e. Read the comment docs.