https://github.com/aleedm/machine-learning-and-patter-recognition
https://github.com/aleedm/machine-learning-and-patter-recognition
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleedm/machine-learning-and-patter-recognition
- Owner: Aleedm
- License: mit
- Created: 2024-04-09T08:49:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T17:26:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T09:43:57.149Z (over 1 year ago)
- Language: Python
- Size: 3.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lab Execution Script
This Python script allows you to run specific lab exercises.
## How to Run
Use the following commands to execute the script:
1. Run all labs
To run all the labs, use the following command:
```bash
python main.py --run_all_lab
```
2. Run a specific lab
To run a specific lab, specify the lab number using the --lab_to_run option. For example, to run lab 3:
```bash
python main.py --lab_to_run 3
```