Compare commits

..

No commits in common. "master" and "0.2" have entirely different histories.
master ... 0.2

15 changed files with 477 additions and 506 deletions

14
src/.gitignore vendored
View File

@ -1,15 +1 @@
/sources
/auth/config/users/*.json
users/*.json
# Python cache files
__pycache__/
*.py[cod]
*$py.class
# IDE
.idea/
.vscode/
*.swp
*.swo

Binary file not shown.

View File

@ -4,7 +4,6 @@ from dataclasses import dataclass
@dataclass
class Ids:
# Auth Container
USE_MODEL = 'use-model'
AUTH_CONTAINER = 'auth-container'
DASHBOARD_CONTAINER = 'dashboard-container'

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
# Data handling and analysis
pandas>=1.5.0
numpy>=1.21.0
scikit-learn==1.6.0
scikit-learn==1.5.2
# Dashboard and visualization
dash>=2.9.0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.