From ba57860d37b85e4508125aae0d43e55d8272b587 Mon Sep 17 00:00:00 2001 From: daslu Date: Wed, 18 Sep 2024 12:36:49 +0300 Subject: [PATCH] rerendered doc --- docs/index.html | 3 +- docs/noj_book.automl.html | 272 +++++++++--------- docs/noj_book.interactions_ols.html | 64 ++--- docs/noj_book.ml_basic.html | 3 +- ...book.visualizing_correlation_matrices.html | 2 +- docs/search.json | 10 +- test/noj_book/automl_generated_test.clj | 12 +- test/noj_book/ml_basic_generated_test.clj | 6 +- 8 files changed, 188 insertions(+), 184 deletions(-) diff --git a/docs/index.html b/docs/index.html index 5ee5739..2c738e7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -288,7 +288,8 @@

1 Preface

:git/tag "2-alpha6" :git/sha "c7a7240"}

Note we are using git coordinates at the moment, in order to expose a few relevant features of the current underlying libraries, which are unreleased yet.

-

Status: Most of the underlying libraries are stable. The experimental parts are marked as such. For some of the libraries, we use a branch for an upcoming release. The main current goal is to provide a clear picture of the direction the stack is going towards, expecting most of it to stabilize around October 2024.

+

Status: Most of the underlying libraries are stable. The experimental parts are marked as such. For some of the libraries, we use a branch for an upcoming release. The main current goal is to provide a clear picture of the direction the stack is going towards, expecting most of it to stabilize soon.

+

Near term plan - till the end of October 2024 * Work on stabilizing the upcoming releases of the underlying libraries. * Keep documenting core ideas of the underlying librares and ways to combine them in typical workflows. * Keep making the docs generate automatic tests using kindly/check.

1.1 Existing chapters in this book: