From 10ed4117ced2b050fc659fc655573e2e49b70d68 Mon Sep 17 00:00:00 2001 From: Karol Struniawski <103257344+KStruniawski@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:25:25 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46a2be6..e1ba811 100644 --- a/README.md +++ b/README.md @@ -121,14 +121,14 @@ Furthermore, the framework facilitates model persistence by enabling users to sa For all the mentioned methods, there is support for saving and loading mechanisms using HDF5 format. Additionally, they are compatible with cross_val_score, providing both predict and predict_proba functionalities for ROC/AUC curve calculations. Each algorithm runs on TensorFlow, ensuring efficient computation and compatibility with various computing environments. ## Documentation -[Documentation](https://tfelm.readthedocs.io/index.html](https://kstruniawski.github.io/TfELM/) is available at the provided link. +[Documentation](https://kstruniawski.github.io/TfELM/) is available at the provided link. ## Installation To install the ELM Framework, simply clone this repository to your local machine: ```bash -git clone https://github.com/yourusername/elm-framework.git +git clone https://github.com/KStruniawski/TfELM.git ``` Then, navigate to the cloned directory and install the required dependencies using pip: ```bash