fix: unzip kaggle data (#464)

* unzip kaggle data

* read local_data_path from .env file

* fix build docs error

* recover azure-identity packages

* optimize code logic

* add error when downloading data from kaggle

---------

Co-authored-by: Xu Yang <peteryang@vip.qq.com>
This commit is contained in:
Linlang
2024-11-04 14:57:10 +08:00
committed by GitHub
parent 450317d8fe
commit cbbbb4e9a5
5 changed files with 31 additions and 5 deletions
+6
View File
@@ -42,3 +42,9 @@ class ModelEmptyError(Exception):
"""
Exceptions raised when no model is generated correctly
"""
class KaggleError(Exception):
"""
Exceptions raised when calling Kaggle API
"""