You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,9 @@ knitr::opts_chunk$set(
25
25
26
26
## Introduction
27
27
28
-
The goal of the `{tidyaml}` package is to serve as a sort of __Auto ML__ for the
29
-
__`tidymodels`__ ecosystem. Some ideas are that we should be able to generate regression
28
+
Welcome to __`{tidyaml}`__ which is a new R package that makes it easy to use the `tidymodels` ecosystem to perform automated machine learning (AutoML). This package provides a simple and intuitive interface that allows users to quickly generate machine learning models without worrying about the underlying details. It also includes a safety mechanism that ensures that the package will fail gracefully if any required extension packages are not installed on the user's machine. With `{tidyaml}`, users can easily build high-quality machine learning models in just a few lines of code. Whether you are a beginner or an experienced machine learning practitioner, `{tidyaml}` has something to offer.
29
+
30
+
Some ideas are that we should be able to generate regression
30
31
models on the fly without having to actually go through the process of building the
31
32
specification, especially if it is a non-tuning model, meaning we are not planing
32
33
on tuning hyper-parameters like `penalty` and `cost`.
0 commit comments