- Modified `.env.example` to set local defaults for PostgreSQL, MLflow, and MinIO configurations. - Added MongoDB configuration parameters to the environment setup. - Updated `README.md` to reflect changes in workflow input parameters and task queue naming conventions. - Removed the `ModelServing` class to streamline the codebase, as it was deemed unnecessary. - Adjusted `connectors_config.py` to align with new environment variable names and improve clarity. - Updated tests to reflect changes in configuration handling and removed tests related to the deleted `ModelServing` class.
363 B
363 B
| 1 | timestamp | feature_a | feature_b | target |
|---|---|---|---|---|
| 2 | 2026-01-01 00:00:00 | 1.0 | 2.0 | 5.1 |
| 3 | 2026-01-01 00:01:00 | 2.0 | 2.0 | 5.9 |
| 4 | 2026-01-01 00:02:00 | 2.0 | 3.0 | 8.3 |
| 5 | 2026-01-01 00:03:00 | 3.0 | 3.0 | 9.2 |
| 6 | 2026-01-01 00:04:00 | 3.0 | 4.0 | 10.8 |
| 7 | 2026-01-01 00:05:00 | 4.0 | 4.0 | 11.7 |
| 8 | 2026-01-01 00:06:00 | 4.0 | 5.0 | 14.1 |
| 9 | 2026-01-01 00:07:00 | 5.0 | 5.0 | 15.15 |
| 10 | 2026-01-01 00:08:00 | 5.0 | 6.0 | 17.2 |
| 11 | 2026-01-01 00:09:00 | 6.0 | 6.0 | 17.9 |