Skip to content

Feat/professional improvements#35

Open
Victorivus wants to merge 6 commits intomainfrom
feat/professional-improvements
Open

Feat/professional improvements#35
Victorivus wants to merge 6 commits intomainfrom
feat/professional-improvements

Conversation

@Victorivus
Copy link
Copy Markdown
Owner

No description provided.

Victorivus and others added 6 commits March 2, 2026 18:25
…ogging

- Add Dockerfile and docker-compose.yml for containerized deployment
- Add background model training service using threading to prevent UI blocking
- Replace raw os.environ usage with AppConfig dataclass singleton
- Add centralized logging (replace all print statements with logger calls)
- Extract shared auth module (front/auth.py) fixing broken login_page() calls
- Fix st.set_page_config() ordering in MLTrail.py
- Fix Database.create_user() referencing undefined `path` parameter
- Sanitize table names in Database.empty_all_tables()
- Remove unused xgboost dependency (model uses sklearn GradientBoostingRegressor)
- Relax numpy version constraint for better platform compatibility
- Fix CI workflow with deduplicated step names
- Add pytest integration marker for network-dependent tests
- Add comprehensive tests for training service (13 tests)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant