MLFlowClient.jl
  • Home
    • Installation
  • Tutorial
  • Reference
    • Types
    • Artifact operations
    • Experiment operations
    • Logging operations
    • Miscellaneous operations
    • Run operations
    • Registered model operations
    • Model version operations
    • User operations
Version
  • Home
  • Home
GitHub

MLFlowClient

MLFlowClient.MLFlowClient — Module
MLFlowClient

MLFlowClient is a Julia package for working with MLFlow using the REST API v2.0.

MLFlowClient allows you to create and manage MLFlow experiments, runs, and log metrics and artifacts. If you are not familiar with MLFlow and its concepts, please refer to MLFlow documentation.

source

Installation

To install MLFlowClient, start a julia session and run the following:

julia> import Pkg

julia> Pkg.add("MLFlowClient")

or simply:

]add MLFlowClient
Tutorial »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.8.1 on Wednesday 12 February 2025. Using Julia version 1.11.3.