Skip to content

Commit

Permalink
Update README.md with modular pipeline description
Browse files Browse the repository at this point in the history
  • Loading branch information
mijanr committed Apr 7, 2024
1 parent 547718a commit d775ecc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# AutoTSFlow: An automated code-base for time-series classification
This repository contains the code for time-series (TS) classification with various state-of-the-art TS classification models.
The entire pipeline is developed for easy integration of ***mlflow***, ***hydra***, and ***optuna sweeper***.
The entire pipeline is developed for easy integration of ***mlflow***, ***hydra***, and ***optuna sweeper***, facilitating efficient experimentation, hyperparameter tuning, and configuration management.

The pipeline is developed in a modular way, where the models, datasets, and configurations can be easily added or modified.


1. The simplest way to run a model on a specific dataset is to run the following command in the terminal in the root directory of the repository:
```bash
Expand Down

0 comments on commit d775ecc

Please sign in to comment.