JuliaAI / JuliaAI/MLJLinearModels.jl
Performance benchmarking (fit)
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 86
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Before starting this, need a way to systematically:
- trace number of function calls, number of gradient calls, number of hessian calls
- have a way to stop with universal criterion OR show a plot where the objective function decreases and eventually hits the same value as that from ref package.
Against scikitlearn
expect on par or better
- ridge (in big case should see improvements from using CG)
- analytical (should see no real diff)
- CG
- lasso
- FISTA
- ISTA
- elnet
- logistic (no or l2 penalty)
- (cannot test Newton)
- Newton CG see issue #24
- LBFGS
- logistic (elnet penalty)
- FISTA
- ISTA
- multinomial (no or l2 penalty)
- Newton CG see issue #24
- LBFGS
- multinomial (elnet penalty)
- FISTA
- ISTA
Against quantreg
expect a bit worse (quantreg is effectively in cpp)
- quantile regression
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by defining a systematic benchmarking approach for the listed regression and classification methods, including function, gradient, and Hessian call counts and objective convergence. Compare the implementations against scikit-learn and quantreg, and consider the issue complete when the listed cases have reproducible measurements or convergence plots against the stated expectations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia, scikit-learn
- Domain
- machine-learning, performance, testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100