We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b3184 commit 4385952Copy full SHA for 4385952
1 file changed
mambular/models/tabularnn.py
@@ -86,6 +86,9 @@ class TabulaRNNRegressor(SklearnBaseRegressor):
86
The number of knots to be used in spline transformations.
87
"""
88
89
+ def __init__(self, **kwargs):
90
+ super().__init__(model=TabulaRNN, config=DefaultTabulaRNNConfig, **kwargs)
91
+
92
93
class TabulaRNNClassifier(SklearnBaseClassifier):
94
0 commit comments