Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pab1s authored Jul 15, 2024
1 parent 61b207f commit 1316f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To get started with the project, follow these steps:
1. Clone the repository: `git clone https://github.com/pab1s/tda-nn-separability.git`
2. Install the required dependencies: `make init`. To activate the virtual environment, run `conda activate tda-nn-analysis`.
3. Explore the datasets in the `data/` directory.
4. To run the project main file, just use `python -m main`.
4. To run the project any of the scripts of the experiments, just from the root directory `./scripts/script_to_run.sh <args>`.
5. Run the Jupyter notebooks in the `notebooks/` directory to see examples of EDA, TDA and NN applied to the datasets.
6. Run the unit tests in the `tests/` directory to ensure everything is working correctly. You can use `make test` to run the tests.
7. After modifying the code, run `make export` to update the environment file.
Expand Down

0 comments on commit 1316f23

Please sign in to comment.