lalvim / PartialLeastSquaresRegressor.jl

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

Output of fitted_params(mach) and report(mach) is a bit confusing #27

Open casasgomezuribarri opened 3 years ago

casasgomezuribarri commented 3 years ago

Hi, I have a few questions regarding the outputs of f = fitted_params(mach) and r = report(mach) on a trained mach

ablaom commented 3 years ago

What is the best way to report feature importance

@lalvim Perhaps this is relevant: https://github.com/alan-turing-institute/MLJ.jl/issues/747

lalvim commented 3 years ago

Hi @casasgomezuribarri @ablaom. I'm having trouble with time to dedicate myself to maintaining this code. This is because I am a professor/researcher and I´m having a high demand of work this year. Even more in the current pandemic environment. Thus, I would like to know first if they know anyone available to help with code maintenance and documentation improvement.

This contribution of mine is something I did to help the community and it is not a routine part of my daily work. If you could help in this aspect, I would appreciate it. Regarding the comments, I agree with what was said. The code still lacks some critic explanations regarding scores and loadings. Even an example in the readme.