guildai / guildai-r

Track machine learning experiments

Home Page:https://guildai.github.io/guildai-r/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R interface to Guild AI

R-CMD-check

guildai provides a suite of tools for tracking, visualizing, and managing machine learning experiments. The {guildai} R package is a successor to the {tfruns} package.

  • Track the hyperparameters, metrics, output, and source code of every training run.

  • Compare hyperparmaeters and metrics across runs to find the best performing model.

  • No changes to source code required.

Installation

The R package provides an interface to Guild AI Core. The R package will automatically download and install Guild AI Core on first use, or you can call install_guild() directly to customize the installation.

To install the release version:

install.packages("guildai")
guildai::install_guild()

To install the development version:

remotes::install_github("guildai/guildai-r")
guildai::install_guild("dev")

Guild AI can be used with any machine learning framework, or no framework at all.

Get Started

About

Track machine learning experiments

https://guildai.github.io/guildai-r/

License:Apache License 2.0


Languages

Language:R 100.0%