File size: 6,448 Bytes
c4c4d66
 
 
9fd56ee
 
 
 
 
53745df
 
 
 
 
 
 
 
 
 
 
 
9678fdb
 
 
 
 
 
 
f972c61
 
 
 
 
c4c4d66
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
��[2025-07-15 19:27:38] Startup model check initiated...

[2025-07-15 19:27:49] Update result:  === Running Model Update Pipeline ===  --- Checking for Model Updates --- No new data detected. Models are already up-to-date.

[2025-07-15 19:27:49] Startup check completed.

[2025-07-16 17:45:44] Startup model check initiated...

[2025-07-16 17:45:45] Running model update pipeline...

[2025-07-16 17:46:12] Pipeline result:  === Running Model Update Pipeline ===  --- Checking for Model Updates --- No new data detected. Models are already up-to-date.

[2025-07-16 17:46:12] Syncing changes to git repository...

[2025-07-16 17:46:12] Git: Adding startup changes

[2025-07-16 17:46:12] Git: Adding startup changes completed successfully

[2025-07-16 17:46:12] Git: Committing startup changes

[2025-07-16 17:46:13] Git: Committing startup changes completed successfully

[2025-07-16 17:46:13] Git: Pushing startup changes to remote

[2025-07-16 17:46:22] Git: Pushing startup changes to remote completed successfully

[2025-07-20 16:37:17] Models were updated and synced to git.

[2025-07-20 16:37:17] Startup check completed.

[2025-07-24 14:46:16] Startup model check initiated...

[2025-07-24 14:46:16] Running model update pipeline...

[2025-07-24 14:46:49] Pipeline result:  === Running Model Update Pipeline ===  --- Checking for Model Updates --- No new data detected. Models are already up-to-date.

[2025-07-24 14:46:49] Syncing changes to git repository...

[2025-07-24 14:46:50] Git: Adding startup changes

[2025-07-24 14:46:50] Git: Adding startup changes completed successfully

[2025-07-24 14:46:50] Git: Committing startup changes

[2025-07-24 14:46:50] Git: Committing startup changes completed successfully

[2025-07-24 14:46:50] Git: Pushing startup changes to remote

[2025-07-24 14:47:07] Git: Pushing startup changes to remote completed successfully

[2025-07-24 14:47:09] Models were updated and synced to git.

[2025-07-24 14:47:09] Startup check completed.

[2025-08-03 13:01:36] Startup model check initiated...

[2025-08-03 13:01:38] Running model update pipeline...

[2025-08-03 13:02:32] Pipeline result: Traceback (most recent call last):   File "<frozen runpy>", line 198, in _run_module_as_main   File "<frozen runpy>", line 88, in _run_code   File "C:\Users\Alvaro\Desktop\ufc\src\main.py", line 106, in <module>     main()   File "C:\Users\Alvaro\Desktop\ufc\src\main.py", line 73, in main     from src.predict.main import MODELS_TO_RUN   File "C:\Users\Alvaro\Desktop\ufc\src\predict\main.py", line 3, in <module>     from .pipeline import PredictionPipeline   File "C:\Users\Alvaro\Desktop\ufc\src\predict\pipeline.py", line 27, in <module>     from .models import BaseModel   File "C:\Users\Alvaro\Desktop\ufc\src\predict\models.py", line 78, in <module>     class BaseMLModel(BaseModel):   File "C:\Users\Alvaro\Desktop\ufc\src\predict\models.py", line 90, in BaseMLModel     def train(self, train_fights: List[Dict[str, Any]]) -> None:                                   ^^^^ NameError: name 'List' is not defined. Did you mean: 'list'?  === Running Model Update Pipeline ===

[2025-08-03 13:02:32] Syncing changes to git repository...

[2025-08-03 13:02:33] Git: Adding startup changes