MLJ.jl Documentation: Learning Networks and Pipelines, The MLJ Developers, 2024 - Official documentation for MLJ.jl, detailing the use of learning networks and the @pipeline macro for constructing machine learning workflows.
MLJ: A Julia package for unified machine learning, Anthony D. Blaom, Franz Kiraly, Thibaut Lienart, Yiannis Simillides, Diego Arenas, Sebastian J. Vollmer, 2020Journal of Open Source Software, Vol. 5 (The Open Journal)DOI: 10.21105/joss.02704 - A research paper introducing the MLJ.jl framework, outlining its design principles for composing and managing machine learning models and pipelines.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A practical guide that illustrates how to build end-to-end machine learning projects, including data preprocessing and constructing robust pipelines, using popular Python libraries. (3rd edition)