Skip to content
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

Add support to multinomial and Cox models #10

Closed
wants to merge 52 commits into from

Conversation

linxihui
Copy link
Contributor

Here are the main changes:

  1. Add file Multinomial.jl: multi-class calssification
  2. Add file CoxNet.jl: Cox model for survival data
  3. Allow y to be string vector for logistic and multinomial classification
  4. Add to predict: key word argument outtype for link and probability outcome; predict for GLMNetCrossValidation using the best lambda
  5. Add plotting for elastic-net path, cross validation object
  6. Add coef, lambdamin for GLMNetCrossValidation type
  7. Add a classification example to README
  8. Add tests

@linxihui
Copy link
Contributor Author

linxihui commented Aug 4, 2015

@simonster
More functionality added, test passed and code coverage are not bad now. Can you merge and create a new tag? Thanks!

@maximsch2
Copy link

Is there something that is holding up this PR?

@simonster
Copy link
Member

Just me. I'll take a closer look in the next couple days.

@slundberg
Copy link

This might need merged before the sparse data support...

@jeffwong
Copy link

jeffwong commented Jul 5, 2017

Would love to see cox support merged

@linxihui
Copy link
Contributor Author

@simonster Is there still people watching and maintaining this package? I feel that things are so lagging behind.

@ararslan
Copy link
Member

I don't think this package is actively maintained right now. For Cox proportional hazards models, see https://github.com/ararslan/Survival.jl.

@Marco-Congedo
Copy link

This is a nice package. Will someone taking it over and pushing it forward?

@JackDunnNZ
Copy link
Collaborator

Revived and merged in #50

@JackDunnNZ JackDunnNZ closed this Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants