- Notifications
You must be signed in to change notification settings - Fork10
CodeCutTech/hydra-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Installuv
- Set up the environment:
uv sync
Download the dataset fromKaggle
Move the downloaded file to
data/raw/
Run the data processing script:
uv run src/process.py
Run the model training script:
uv run src/train_model.py
Both scripts use Hydra for configuration management. The default configurations are in theconf/main.yaml
file. You can override any configuration parameter using the command line. For example:
# Override test size in process.pyuv run src/process.py process.test_size=0.3# Override hyperparameters in train_model.pyuv run src/train_model.py train.hyperparameters.svm__C=10
To see all available configuration options, you can use the--help
flag:
# View configuration options for process.pyuv run src/process.py --help# View configuration options for train_model.pyuv run src/train_model.py --help
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.