Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KStruniawski authored Apr 15, 2024
1 parent fa56c37 commit 10ed411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10ed411

Please sign in to comment.