mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-04 18:57:44 +00:00
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:
@@ -44,7 +44,7 @@ class KaggleBasePropSetting(BasePropSetting):
|
||||
competition: str = ""
|
||||
"""Kaggle competition name, e.g., 'sf-crime'"""
|
||||
|
||||
local_data_path: str = "/data/userdata/share/kaggle"
|
||||
local_data_path: str = ""
|
||||
"""Folder storing Kaggle competition data"""
|
||||
|
||||
if_action_choosing_based_on_UCB: bool = False
|
||||
|
||||
Reference in New Issue
Block a user