Skip to content

Latest commit

 

History

History
88 lines (73 loc) · 2.94 KB

index.md

File metadata and controls

88 lines (73 loc) · 2.94 KB
<script async defer src="https://buttons.github.io/buttons.js"></script>

<div style="font-size:1.25em;font-weight:bold;">
  <a href="about_mlj"
    style="color: #389826;">About</a>           &nbsp;|&nbsp;
  <a href="https://alan-turing-institute.github.io/MLJ.jl/dev/about_mlj/#Installation" 
    style="color: #389826;">Install</a>         &nbsp;|&nbsp;
  <a href="https://alan-turing-institute.github.io/MLJ.jl/dev/about_mlj/#Learning-to-use-MLJ"
    style="color: #389826;">Learn</a>    &nbsp;|&nbsp;
  <a href="mlj_cheatsheet" style="color: #9558B2;">Cheatsheet</a>       &nbsp;|&nbsp;
  <a href="common_mlj_workflows" style="color: #9558B2;">Workflows</a>  &nbsp;|&nbsp;
  <a href="https://github.com/alan-turing-institute/MLJ.jl/" style="color: #9558B2;">For Developers</a> &nbsp;|&nbsp;
  <a href="https://mybinder.org/v2/gh/alan-turing-institute/MLJ.jl/master?filepath=binder%2FMLJ_demo.ipynb" style="color: #9558B2;">Live Demo</a> &nbsp;|&nbsp;
  <a href="third_party_packages" style="color: #9558B2;">3rd Party Packages</a>
</div>

<span style="color: #9558B2;font-size:4.5em;">
MLJ</span>
<br>
<span style="color: #9558B2;font-size:2.25em;font-style:italic;">
A Machine Learning Framework for Julia</span>

To support MLJ development, please cite these works or star the repo:

DOI arXiv

<a class="github-button" 
  href="https://github.com/alan-turing-institute/MLJ.jl" 
  data-icon="octicon-star" 
  data-size="large" 
  data-show-count="true" 
  aria-label="Star alan-turing-institute/MLJ.jl on GitHub">
  Star</a>

Basics

Getting Started | Working with Categorical Data | Common MLJ Workflows | Machines | MLJ Cheatsheet

Data

Working with Categorical Data | Preparing Data | Generating Synthetic Data | OpenML Integration

Models

[Model Search](@ref model_search) | Loading Model Code | Transformers and Other Unsupervised Models | More on Probabilistic Predictors | Composing Models | Simple User Defined Models | [List of Supported Models](@ref model_list) | Third Party Packages

Meta-algorithms

Evaluating Model Performance | Tuning Models | Controlling Iterative Models | Learning Curves

Composition

Composing Models | Linear Pipelines | Homogeneous Ensembles | Model Stacking |

Customization and Extension

Simple User Defined Models | Quick-Start Guide to Adding Models | Adding Models for General Use | Composing Models | [Internals](@ref internals_section) | Modifying Behavior

Bells and whistles

Weights | Acceleration and Parallelism | Performance Measures