1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

fix naming

This commit is contained in:
Alex Wang
2021-01-22 18:20:52 +09:00
committed by you-n-g
parent 0a86a6f392
commit 2b6d16feb1
3 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ port_analysis_config: &port_analysis_config
min_cost: 5
task:
model:
class: TabNet_Model
class: TabnetModel
module_path: qlib.contrib.model.pytorch_tabnet
kwargs:
pretrain: True

View File

@@ -28,7 +28,7 @@ from ...data.dataset import DatasetH
from ...data.dataset.handler import DataHandlerLP
class TabNet_Model(Model):
class TabnetModel(Model):
def __init__(
self,
d_feat=158,