Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danilyef committed Sep 3, 2024
1 parent 80da2e3 commit ad7e343
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions homework_3/pr3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# PR3: Write code to benchmark various Pandas formats in terms of data saving/loading

## Setup

1. Clone the repository:
```
git clone https://github.com/danilyef/machine_learning_in_production.git
cd homework_3/pr3
```

2. Create and activate a virtual environment:
```
python -m venv env
source env/bin/activate
```

3. Install the required packages:
```
pip install -r requirements.txt
```

4. Run the main script:
```
python main.py
```

0 comments on commit ad7e343

Please sign in to comment.