From a1d682db3d4ad2240878c6cbcdefd06e982d9f48 Mon Sep 17 00:00:00 2001 From: martyna-mindsdb <109554435+martyna-mindsdb@users.noreply.github.com> Date: Wed, 28 Feb 2024 16:33:03 +0100 Subject: [PATCH] updated docs link --- README.md | 2 +- docssrc/source/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb1e5f9eb..566e6132b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ We predominantly use PyTorch based approaches, but can support other models. ## Usage -We invite you to check out our [documentation](https://lightwood.io) for specific guidelines and tutorials! Please stay tuned for updates and changes. +We invite you to check out our [documentation](https://mindsdb.github.io/lightwood/) for specific guidelines and tutorials! Please stay tuned for updates and changes. ### Quick use cases Lightwood works with `pandas.DataFrames`. Once a DataFrame is loaded, defined a "ProblemDefinition" via a dictionary. The only thing a user needs to specify is the name of the column to predict (via the key `target`). diff --git a/docssrc/source/index.rst b/docssrc/source/index.rst index 13aa99336..ada17daa5 100644 --- a/docssrc/source/index.rst +++ b/docssrc/source/index.rst @@ -19,7 +19,7 @@ Lightwood works with a variety of data types such as numbers, dates, categories, Our JSON-AI syntax allows users to change any and all parts of the models Lightwood automatically generates. The syntax outlines the specifics details in each step of the modeling pipeline. Users may override default values (for example, changing the type of a column) or alternatively, entirely replace steps with their own methods (ex: use a random forest model for a predictor). Lightwood creates a "JSON-AI" object from this syntax which can then be used to automatically generate python code to represent your pipeline. -For details as to how Lightwood works, check out the `Lightwood Philosophy `_ . +For details as to how Lightwood works, check out the `Lightwood Philosophy `_ . Quick Guide ======================= @@ -124,7 +124,7 @@ BYOM: Bring your own models Lightwood supports user architectures/approaches so long as you follow the abstractions provided within each step. -Our `tutorials `_ provide specific use cases for how to introduce customization into your pipeline. Check out "custom cleaner", "custom splitter", "custom explainer", and "custom mixer". Stay tuned for further updates. +Our `tutorials `_ provide specific use cases for how to introduce customization into your pipeline. Check out "custom cleaner", "custom splitter", "custom explainer", and "custom mixer". Stay tuned for further updates. Contribute to Lightwood