Skip to content

Commit 2b6d16f

Browse files
javaThoncyou-n-g
authored andcommitted
fix naming
1 parent 0a86a6f commit 2b6d16f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
0 Bytes
Binary file not shown.

examples/benchmarks/TabNet/workflow_config_TabNet_Alpha158.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ port_analysis_config: &port_analysis_config
4141
min_cost: 5
4242
task:
4343
model:
44-
class: TabNet_Model
44+
class: TabnetModel
4545
module_path: qlib.contrib.model.pytorch_tabnet
4646
kwargs:
4747
pretrain: True

qlib/contrib/model/pytorch_tabnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from ...data.dataset.handler import DataHandlerLP
2929

3030

31-
class TabNet_Model(Model):
31+
class TabnetModel(Model):
3232
def __init__(
3333
self,
3434
d_feat=158,

0 commit comments

Comments
 (0)