We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c5a1f commit a94b62eCopy full SHA for a94b62e
aplr/aplr.py
@@ -95,6 +95,7 @@ def get_m(self)->int:
95
96
def set_cap_outliers_when_using_the_model(self, cap_outliers_when_using_the_model:bool):
97
self.APLRRegressor.set_cap_outliers_when_using_the_model(cap_outliers_when_using_the_model)
98
+ self.cap_outliers_when_using_the_model=self.APLRRegressor.cap_outliers_when_using_the_model
99
100
#For sklearn
101
def get_params(self, deep=True):
0 commit comments