-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
47 lines (47 loc) · 1.45 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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 = "[email protected]"),
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
LazyData: true
RoxygenNote: 7.2.3
Suggests:
fs,
envir,
rmarkdown,
quarto,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)