-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback before Code Review 2 #28
Comments
thanks @adrhill , we will look into that. I have question regarding the unregistered LARS algorithm package we depend on. I looked into other lasso path packages, but they result in a different Coefficient - matrix, which is not suitable from my perspective. So we would stick to the LARS repo for now. I actually I needed to create my own fork of the repo, fix some function renaming to make julia 1.10 compatible... |
Sounds good!
Bonus points if you make a PR to the original repo with your fixes! ;) - '1.0'
- '1.6'
- '1' # latest release However, it looks like a similar PR might already exist: simonster/LARS.jl#10 |
Hi all,
here's some quick feedback before the second code review session next week.
I'm opening this as a single issue to not spam your repository.
Documentation
Code
src/JML_XAI_Project.jl
. An example is given here.You don't need to add more modules inside of your package.
LIME
struct could use a docstringJML_XAI_Project/src/Lime-base.jl
Lines 29 to 40 in 4c4c11c
The text was updated successfully, but these errors were encountered: