|
| 1 | +[2025-07-12 11:19:54,415] 1025 httpx - INFO - HTTP Request: GET https://dagshub.com/api/v1/user "HTTP/1.1 200 OK" |
| 2 | +[2025-07-12 11:19:54,418] 107 dagshub - INFO - Accessing as abheshith7 |
| 3 | +[2025-07-12 11:19:54,766] 1025 httpx - INFO - HTTP Request: GET https://dagshub.com/api/v1/repos/abheshith7/MachineLearning_PipeLine "HTTP/1.1 200 OK" |
| 4 | +[2025-07-12 11:19:55,136] 1025 httpx - INFO - HTTP Request: GET https://dagshub.com/api/v1/user "HTTP/1.1 200 OK" |
| 5 | +[2025-07-12 11:19:55,149] 107 dagshub - INFO - Initialized MLflow to track repo "abheshith7/MachineLearning_PipeLine" |
| 6 | +[2025-07-12 11:19:55,149] 107 dagshub - INFO - Repository abheshith7/MachineLearning_PipeLine initialized! |
| 7 | +[2025-07-12 11:19:55,568] 1025 httpx - INFO - HTTP Request: GET https://dagshub.com/api/v1/repos/abheshith7/MachineLearning_PipeLine "HTTP/1.1 200 OK" |
| 8 | +[2025-07-12 11:19:55,581] 107 dagshub - INFO - Initialized MLflow to track repo "abheshith7/MachineLearning_PipeLine" |
| 9 | +[2025-07-12 11:19:55,581] 107 dagshub - INFO - Repository abheshith7/MachineLearning_PipeLine initialized! |
| 10 | +[2025-07-12 11:19:55,581] 20 src.mlpipeline.logging - INFO - >>>>>> stage Model Evaluation Stage started <<<<<< |
| 11 | +[2025-07-12 11:19:55,581] 25 src.mlpipeline.logging - INFO - yaml file: config\config.yaml loaded sucessfully |
| 12 | +[2025-07-12 11:19:55,581] 25 src.mlpipeline.logging - INFO - yaml file: config\params.yaml loaded sucessfully |
| 13 | +[2025-07-12 11:19:55,593] 25 src.mlpipeline.logging - INFO - yaml file: config\schema.yaml loaded sucessfully |
| 14 | +[2025-07-12 11:19:55,593] 44 src.mlpipeline.logging - INFO - Creating a Directory at: artifacts |
| 15 | +[2025-07-12 11:19:55,593] 44 src.mlpipeline.logging - INFO - Creating a Directory at: artifacts/model_evaluation |
| 16 | +[2025-07-12 11:20:00,395] 58 src.mlpipeline.logging - INFO - json file saved at: metrics.json |
| 17 | +[2025-07-12 11:20:01,808] 33 src.mlpipeline.logging - ERROR - INTERNAL_ERROR: Response: {'error': 'unsupported endpoint, please contact support@dagshub.com'} |
| 18 | +Traceback (most recent call last): |
| 19 | + File "D:\MachineLearning PipeLine\run_model_evaluation.py", line 24, in main |
| 20 | + model_evaluation_pipeline.initiate_model_evaluation() |
| 21 | + File "D:\MachineLearning PipeLine\src\mlpipeline\pipeline\model_evaluation_pipeline.py", line 19, in initiate_model_evaluation |
| 22 | + model_evaluation.log_into_mlflow() |
| 23 | + File "D:\MachineLearning PipeLine\src\mlpipeline\components\model_evaluation.py", line 70, in log_into_mlflow |
| 24 | + mlflow.sklearn.log_model(model, "model", registered_model_name="XGBModel") |
| 25 | + File "D:\MachineLearning PipeLine\.venv\Lib\site-packages\mlflow\sklearn\__init__.py", line 426, in log_model |
| 26 | + return Model.log( |
| 27 | + ^^^^^^^^^^ |
| 28 | + File "D:\MachineLearning PipeLine\.venv\Lib\site-packages\mlflow\models\model.py", line 1161, in log |
| 29 | + model = mlflow.initialize_logged_model( |
| 30 | + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 31 | + File "D:\MachineLearning PipeLine\.venv\Lib\site-packages\mlflow\tracking\fluent.py", line 2130, in initialize_logged_model |
| 32 | + model = _create_logged_model( |
| 33 | + ^^^^^^^^^^^^^^^^^^^^^ |
| 34 | + File "D:\MachineLearning PipeLine\.venv\Lib\site-packages\mlflow\tracking\fluent.py", line 2257, in _create_logged_model |
| 35 | + return MlflowClient().create_logged_model( |
| 36 | + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 37 | + File "D:\MachineLearning PipeLine\.venv\Lib\site-packages\mlflow\tracking\client.py", line 5371, in create_logged_model |
| 38 | + return self._tracking_client.create_logged_model( |
| 39 | + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 40 | + File "D:\MachineLearning PipeLine\.venv\Lib\site-packages\mlflow\tracking\_tracking_service\client.py", line 824, in create_logged_model |
| 41 | + return self.store.create_logged_model( |
| 42 | + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 43 | + File "D:\MachineLearning PipeLine\.venv\Lib\site-packages\mlflow\store\tracking\rest_store.py", line 936, in create_logged_model |
| 44 | + response_proto = self._call_endpoint(CreateLoggedModel, req_body) |
| 45 | + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 46 | + File "D:\MachineLearning PipeLine\.venv\Lib\site-packages\mlflow\store\tracking\rest_store.py", line 135, in _call_endpoint |
| 47 | + return call_endpoint( |
| 48 | + ^^^^^^^^^^^^^^ |
| 49 | + File "D:\MachineLearning PipeLine\.venv\Lib\site-packages\mlflow\utils\rest_utils.py", line 590, in call_endpoint |
| 50 | + response = verify_rest_response(response, endpoint) |
| 51 | + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 52 | + File "D:\MachineLearning PipeLine\.venv\Lib\site-packages\mlflow\utils\rest_utils.py", line 304, in verify_rest_response |
| 53 | + raise RestException(json.loads(response.text)) |
| 54 | +mlflow.exceptions.RestException: INTERNAL_ERROR: Response: {'error': 'unsupported endpoint, please contact support@dagshub.com'} |
0 commit comments