Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Core functionality for the MLJ machine learning framework

License

NotificationsYou must be signed in to change notification settings

JuliaAI/MLJBase.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository for developers that provides core functionality for theMLJ machinelearning framework.

BranchJuliaBuildCoverage
masterv1Continuous Integration (CPU)Code Coverage
devv1Continuous Integration (CPU)Code Coverage

Stable

MLJ is a Juliaframework for combining and tuning machine learning models. Thisrepository provides core functionality for MLJ, including:

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

  • definition ofmachines and their associated methods, such asfit! andpredict/transform (src/machines).

  • MLJ'smodel composition interface, includinglearningnetworks,pipelines,stacks,target transforms (/src/composition)

  • basic utilities formanipulating datasets and forsynthesizing datasets (src/data)

  • asmallinterfaceforresampling strategies and implementations, includingCV(),StratifiedCV andHoldout (src/resampling.jl). Actual performance evaluation measures (aka metrics), which previouslywere provided by MLJBase.jl, now live inStatisticalMeasures.jl.

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

  • one-dimensional hyperparameter range types, constructors andassociated methods, for use withMLJTuning (src/hyperparam)


[8]ページ先頭

©2009-2025 Movatter.jp