Skip to content

2019 Sprint Resources

Anthony Blaom, PhD edited this page Jun 18, 2019 · 9 revisions

General

Schedule

Setting up Julia/MLJ

MLJ Documentation

MLJ tour

Julia package documentation

MLJ/examples

Day One

Introductory demo

Exercises for Day 1

List of models and intructions for contributing model tutorials

Folder for user testing notebooks and posting general comments

Day two

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.