aplr 10.9.0__cp38-cp38-win32.whl → 10.11.0__cp38-cp38-win32.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aplr might be problematic. Click here for more details.
- aplr/aplr.py +11 -2
- {aplr-10.9.0.dist-info → aplr-10.11.0.dist-info}/METADATA +1 -1
- aplr-10.11.0.dist-info/RECORD +8 -0
- aplr_cpp.cp38-win32.pyd +0 -0
- aplr-10.9.0.dist-info/RECORD +0 -8
- {aplr-10.9.0.dist-info → aplr-10.11.0.dist-info}/LICENSE +0 -0
- {aplr-10.9.0.dist-info → aplr-10.11.0.dist-info}/WHEEL +0 -0
- {aplr-10.9.0.dist-info → aplr-10.11.0.dist-info}/top_level.txt +0 -0
aplr/aplr.py
CHANGED
|
@@ -300,10 +300,13 @@ class APLRRegressor:
|
|
|
300
300
|
return self.APLRRegressor.get_main_effect_shape(predictor_index)
|
|
301
301
|
|
|
302
302
|
def get_unique_term_affiliation_shape(
|
|
303
|
-
self,
|
|
303
|
+
self,
|
|
304
|
+
unique_term_affiliation: str,
|
|
305
|
+
max_rows_before_sampling: int = 500000,
|
|
306
|
+
additional_points: int = 250,
|
|
304
307
|
) -> FloatMatrix:
|
|
305
308
|
return self.APLRRegressor.get_unique_term_affiliation_shape(
|
|
306
|
-
unique_term_affiliation, max_rows_before_sampling
|
|
309
|
+
unique_term_affiliation, max_rows_before_sampling, additional_points
|
|
307
310
|
)
|
|
308
311
|
|
|
309
312
|
def get_cv_error(self) -> float:
|
|
@@ -312,6 +315,12 @@ class APLRRegressor:
|
|
|
312
315
|
def set_intercept(self, value: float):
|
|
313
316
|
self.APLRRegressor.set_intercept(value)
|
|
314
317
|
|
|
318
|
+
def remove_provided_custom_functions(self):
|
|
319
|
+
self.APLRRegressor.remove_provided_custom_functions()
|
|
320
|
+
self.calculate_custom_validation_error_function = None
|
|
321
|
+
self.calculate_custom_loss_function = None
|
|
322
|
+
self.calculate_custom_negative_gradient_function = None
|
|
323
|
+
|
|
315
324
|
# For sklearn
|
|
316
325
|
def get_params(self, deep=True):
|
|
317
326
|
return {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
aplr_cpp.cp38-win32.pyd,sha256=YM2GkbSuYFUseGBUKqnLWAGaVrfeSC5IlkyNEp2xxs4,572928
|
|
2
|
+
aplr/__init__.py,sha256=oDFSgVytP_qQ8ilun6oHxKr-DYEeqjEQp5FciX45lls,21
|
|
3
|
+
aplr/aplr.py,sha256=Sgpwe0h22J_B8aZGK1uexgb1MVS_Pq4Ygr7YNj3kE_Q,27090
|
|
4
|
+
aplr-10.11.0.dist-info/LICENSE,sha256=YOMo-RaL4P7edMZGD96-NskKpxyMZdP3-WiiMMmihNk,1134
|
|
5
|
+
aplr-10.11.0.dist-info/METADATA,sha256=vheYzpJ3lGa0oy-vlYhj8augnEqZBj3OjO_rblSKMag,2155
|
|
6
|
+
aplr-10.11.0.dist-info/WHEEL,sha256=BsoMMMHJGneA25n2FDquZW143lDYOuIAMJ0po_3Su94,95
|
|
7
|
+
aplr-10.11.0.dist-info/top_level.txt,sha256=DXVC0RIFGpzVnPeKWAZTXQdJheOEZL51Wip6Fx7zbR4,14
|
|
8
|
+
aplr-10.11.0.dist-info/RECORD,,
|
aplr_cpp.cp38-win32.pyd
CHANGED
|
Binary file
|
aplr-10.9.0.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
aplr_cpp.cp38-win32.pyd,sha256=0Nxw6T9RQYCYn1pZ6OLGnty-wXwO2D8GHA0jwB1dul4,539136
|
|
2
|
-
aplr/__init__.py,sha256=oDFSgVytP_qQ8ilun6oHxKr-DYEeqjEQp5FciX45lls,21
|
|
3
|
-
aplr/aplr.py,sha256=18XnQy37U3AApCWESlfKysuHPsl9_LiF2kyubroFr_Q,26718
|
|
4
|
-
aplr-10.9.0.dist-info/LICENSE,sha256=YOMo-RaL4P7edMZGD96-NskKpxyMZdP3-WiiMMmihNk,1134
|
|
5
|
-
aplr-10.9.0.dist-info/METADATA,sha256=opZUgSm0N3n7Yf_ag8DFbISeLfOUBV-46Fz-0CknrvQ,2154
|
|
6
|
-
aplr-10.9.0.dist-info/WHEEL,sha256=BsoMMMHJGneA25n2FDquZW143lDYOuIAMJ0po_3Su94,95
|
|
7
|
-
aplr-10.9.0.dist-info/top_level.txt,sha256=DXVC0RIFGpzVnPeKWAZTXQdJheOEZL51Wip6Fx7zbR4,14
|
|
8
|
-
aplr-10.9.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|