-
Notifications
You must be signed in to change notification settings - Fork 156
2019 Sprint Resources
Anthony Blaom, PhD edited this page Jun 18, 2019
·
9 revisions
Setting up Julia/MLJ
MLJ Documentation
MLJ tour
Julia package documentation
List of models and intructions for contributing model tutorials
Folder for user testing notebooks and posting general comments
List of models and intructions for contributing model tutorials
The MLJ model API specification
Metadata for scikit-learn learners that are apparently regressors (needs checking). These are candidates for implementing the MLJ model interface. Can use ElasticNet (already done) in MLJModels/src/ScikitLearn.jl as a template, which is where new wraps will also live. Check the models do not already have implementations by entering models()
in MLJ.