mlj topic
MLJBase.jl
Core functionality for the MLJ machine learning framework
DataScienceTutorials.jl
A set of tutorials to show how to use Julia for data science (DataFrames, MLJ, ...)
ScientificTypes.jl
An API for dispatching on the "scientific" type of data instead of the machine type
MLJTuning.jl
Hyperparameter optimization algorithms for use in the MLJ machine learning framework
MLJModels.jl
Home of the MLJ model registry and tools for model queries and mode code loading
ParallelKMeans.jl
Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
Fairness.jl
Julia Toolkit with fairness metrics and bias mitigation algorithms
SossMLJ.jl
SossMLJ makes it easy to build MLJ machines from user-defined models from the Soss probabilistic programming language
MLJLinearModels.jl
Generalized Linear Regressions Models (penalized regressions, robust regressions, ...)
NearestNeighborModels.jl
Package providing K-nearest neighbor regressors and classifiers, for use with the MLJ machine learning framework.