Skip to content

Commit 85691cb

Browse files
committed
update
1 parent d1a75ef commit 85691cb

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

README.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ knitr::opts_chunk$set(
2525

2626
## Introduction
2727

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
3031
models on the fly without having to actually go through the process of building the
3132
specification, especially if it is a non-tuning model, meaning we are not planing
3233
on tuning hyper-parameters like `penalty` and `cost`.

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,22 @@ Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-squ
1515

1616
## Introduction
1717

18-
The goal of the `{tidyaml}` package is to serve as a sort of **Auto ML**
19-
for the **`tidymodels`** ecosystem. Some ideas are that we should be
20-
able to generate regression models on the fly without having to actually
21-
go through the process of building the specification, especially if it
22-
is a non-tuning model, meaning we are not planing on tuning
23-
hyper-parameters like `penalty` and `cost`.
18+
Welcome to **`{tidyaml}`** which is a new R package that makes it easy
19+
to use the `tidymodels` ecosystem to perform automated machine learning
20+
(AutoML). This package provides a simple and intuitive interface that
21+
allows users to quickly generate machine learning models without
22+
worrying about the underlying details. It also includes a safety
23+
mechanism that ensures that the package will fail gracefully if any
24+
required extension packages are not installed on the user’s machine.
25+
With `{tidyaml}`, users can easily build high-quality machine learning
26+
models in just a few lines of code. Whether you are a beginner or an
27+
experienced machine learning practitioner, `{tidyaml}` has something to
28+
offer.
29+
30+
Some ideas are that we should be able to generate regression models on
31+
the fly without having to actually go through the process of building
32+
the specification, especially if it is a non-tuning model, meaning we
33+
are not planing on tuning hyper-parameters like `penalty` and `cost`.
2434

2535
The idea is not to re-write the excellent work the `tidymodels` team has
2636
done (because it’s not possible) but rather to try and make an enhanced

0 commit comments

Comments
 (0)