Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
8b2f2c1943
feat: add dvc-s3
1 month ago
e1c95c81f6
feat: add ARG to dockerfile [skip ci]
6 days ago
19d03c7493
cron: Train test split [skip ci]
1 week ago
8913a20e80
fix: fix preprocessing data
2 weeks ago
55af0ceff9
feat: add models to mlflow model repo
2 weeks ago
f95e6c4e41
cron: Run stability tests [skip ci]
1 week ago
src
b09af301bd
feat: add quantization
14 hours ago
ebe35a3ec9
feat: stop tracking data\processed\combined
1 month ago
1b6ac01e0f
feat: update .gitignore
1 month ago
eebe9c69ec
feat: update dockerfile
1 month ago
77cbe5aab9
fix: fix path in README
1 month ago
8292a5d2c9
feat: add docker-compose
1 month ago
958bc4557f
cron: Preprocess combined data [skip ci]
1 week ago
f724d429fb
fix: fix invalid data path
1 month ago
cd6bd60872
fix: fix poetry.lock error
1 week ago
e19df18237
feat: add prediction saving to db
1 week ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

IIS-Lahovnik

Installation guide

To use this code environment you must first have Poetry installed. Please refer to the installation guide here.

When you have Poetry installed, you can begin using this package. To begin we first need to install all necessary dependencies. To do that, we can use the command:

poetry install

However, there are a few limitations with the Poetry package manager, as it does not fully function with keras and tensorflow, so those must be installed separately using the following commands:

poetry shell
pip install tensorflow==2.15.0
pip install keras==2.15.0

After that all our packages and libraries are installed and ready to go! :rocket:

To run scripts you can use the following command:

poetry run .\src\data\fetch_data.py
Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...