Package: guildai Type: Package Title: Track Machine Learning Experiments Version: 0.0.1.9000 Authors@R: c( person("Tomasz", "Kalinowski", role = c("aut", "cph", "cre"), email = "tomasz@posit.co"), person("Posit, PBC", role = c("cph", "fnd"))) Description: 'Guild AI' is an open-source tool for managing machine learning experiments. It's for scientists, engineers, and researchers who want to run scripts, compare results, measure progress, and automate machine learning workflows. 'Guild AI' is a light weight, external tool that runs locally. It works with any framework, doesn't require any changes to your code, or access to any web services. Users can easily record experiment metadata, track model changes, manage experiment artifacts, tune hyperparameters, and share results. 'Guild AI' combines features from 'Git', 'SQLite', and 'Make' to provide a lab notebook for machine learning. URL: https://guildai.github.io/guildai-r/, https://github.com/guildai/guildai-r, https://my.guild.ai/ BugReports: https://github.com/guildai/guildai-r/issues License: Apache License 2.0 SystemRequirements: Python (>= 3.6.0) Imports: jsonlite, rappdirs, yaml, config, rlang, rstudioapi, readr, dplyr, processx, tibble Encoding: UTF-8 RoxygenNote: 7.2.3 Suggests: fs, envir, rmarkdown, quarto, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: python3 libx11-dev Repository: https://guildai.r-universe.dev Date/Publication: 2023-08-02 17:59:52 UTC RemoteUrl: https://github.com/guildai/guildai-r RemoteRef: HEAD RemoteSha: 303b01fe486a204e6d1191db543b4fbd995c0312 NeedsCompilation: no Packaged: 2026-06-17 10:33:05 UTC; root Author: Tomasz Kalinowski [aut, cph, cre], Posit, PBC [cph, fnd] Maintainer: Tomasz Kalinowski