-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy path_pkgdown.yml
More file actions
45 lines (40 loc) · 1.35 KB
/
Copy path_pkgdown.yml
File metadata and controls
45 lines (40 loc) · 1.35 KB
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
url: https://microsoft.github.io/finnts
repo:
branch: main
authors:
Aadharsh Kannan:
href: https://aadharshkannan.com/
Mike Tokic:
href: https://www.linkedin.com/in/michaeltokic/
template:
params:
ganalytics: G-6X0DS5856B
reference:
- title: "Finn Agent"
desc: Allows you to create and run the Finn agent for time series forecasting.
contents:
- starts_with("set_project_info")
- starts_with("set_agent_info")
- starts_with("iterate_forecast")
- starts_with("update_forecast")
- starts_with("ask_agent")
- starts_with("get_agent_forecast")
- starts_with("get_best_agent_run")
- starts_with("get_eda_data")
- starts_with("get_summarized_models")
- title: "Standard Finn Runs"
desc: Run the standard Finn process without the agent, allowing for more manual control.
contents:
- starts_with("set_run_info")
- starts_with("get_run_info")
- starts_with("forecast_time_series")
- starts_with("get_forecast_data")
- starts_with("get_trained_models")
- starts_with("get_prepped_data")
- starts_with("get_prepped_models")
- starts_with("prep_data")
- starts_with("prep_models")
- starts_with("train_models")
- starts_with("ensemble_models")
- starts_with("final_models")
- starts_with("list_models")