Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
javaThonc authored and you-n-g committed Jan 22, 2021
1 parent 0a86a6f commit 2b6d16f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified examples/benchmarks/TabNet/pretrain/best.model
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion qlib/contrib/model/pytorch_tabnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from ...data.dataset.handler import DataHandlerLP


class TabNet_Model(Model):
class TabnetModel(Model):
def __init__(
self,
d_feat=158,
Expand Down

0 comments on commit 2b6d16f

Please sign in to comment.