All Projects → JuliaAI → MLJBase.jl

JuliaAI / MLJBase.jl

Licence: MIT license
Core functionality for the MLJ machine learning framework

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to MLJBase.jl

MLJModels.jl
Home of the MLJ model registry and tools for model queries and mode code loading
Stars: ✭ 65 (-52.21%)
Mutual labels:  mlj
ParallelKMeans.jl
Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
Stars: ✭ 45 (-66.91%)
Mutual labels:  mlj
DataScienceTutorials.jl
A set of tutorials to show how to use Julia for data science (DataFrames, MLJ, ...)
Stars: ✭ 94 (-30.88%)
Mutual labels:  mlj

MLJBase

Repository for developers that provides core functionality for the MLJ machine learning framework.

Branch Julia Build Coverage
master v1 Continuous Integration (CPU) Code Coverage
dev v1 Continuous Integration (CPU) Code Coverage

Stable

MLJ is a Julia framework for combining and tuning machine learning models. This repository provides core functionality for MLJ, including:

  • completing the functionality for methods defined "minimally" in MLJ's light-weight model interface MLJModelInterface (/src/interface)

  • definition of machines and their associated methods, such as fit! and predict/transform (src/machines). Serialization of machines, however, now lives in MLJSerialization.

  • MLJ's model composition interface, including learning networks, pipelines, stacks, target transforms (/src/composition)

  • basic utilities for manipulating datasets and for synthesizing datasets (src/data)

  • a small interface for resampling strategies and implementations, including CV(), StratifiedCV and Holdout (src/resampling.jl)

  • methods for performance evaluation, based on those resampling strategies (src/resampling.jl)

  • one-dimensional hyperparameter range types, constructors and associated methods, for use with MLJTuning (src/hyperparam)

  • a small interface for performance measures (losses and scores), implementation of about 60 such measures, including integration of the LossFunctions.jl library (src/measures). To be migrated into separate package in the near future.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].