mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 00:06:58 +08:00
fix naming
This commit is contained in:
Binary file not shown.
@@ -41,7 +41,7 @@ port_analysis_config: &port_analysis_config
|
|||||||
min_cost: 5
|
min_cost: 5
|
||||||
task:
|
task:
|
||||||
model:
|
model:
|
||||||
class: TabNet_Model
|
class: TabnetModel
|
||||||
module_path: qlib.contrib.model.pytorch_tabnet
|
module_path: qlib.contrib.model.pytorch_tabnet
|
||||||
kwargs:
|
kwargs:
|
||||||
pretrain: True
|
pretrain: True
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ from ...data.dataset import DatasetH
|
|||||||
from ...data.dataset.handler import DataHandlerLP
|
from ...data.dataset.handler import DataHandlerLP
|
||||||
|
|
||||||
|
|
||||||
class TabNet_Model(Model):
|
class TabnetModel(Model):
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
d_feat=158,
|
d_feat=158,
|
||||||
|
|||||||
Reference in New Issue
Block a user