aplr 10.9.0__cp39-cp39-macosx_11_0_x86_64.whl → 10.10.0__cp39-cp39-macosx_11_0_x86_64.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 CHANGED
@@ -312,6 +312,12 @@ class APLRRegressor:
312
312
  def set_intercept(self, value: float):
313
313
  self.APLRRegressor.set_intercept(value)
314
314
 
315
+ def remove_provided_custom_functions(self):
316
+ self.APLRRegressor.remove_provided_custom_functions()
317
+ self.calculate_custom_validation_error_function = None
318
+ self.calculate_custom_loss_function = None
319
+ self.calculate_custom_negative_gradient_function = None
320
+
315
321
  # For sklearn
316
322
  def get_params(self, deep=True):
317
323
  return {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aplr
3
- Version: 10.9.0
3
+ Version: 10.10.0
4
4
  Summary: Automatic Piecewise Linear Regression
5
5
  Home-page: https://github.com/ottenbreit-data-science/aplr
6
6
  Author: Mathias von Ottenbreit
@@ -0,0 +1,8 @@
1
+ aplr_cpp.cpython-39-darwin.so,sha256=ZpDjnuegJ-0MXVDaZzRnJmlL-QTkZ96-dHzeuqovNsY,1316376
2
+ aplr-10.10.0.dist-info/RECORD,,
3
+ aplr-10.10.0.dist-info/WHEEL,sha256=Bz4joUCrUXLbSisvhJbegejJxGDaJE_s3lwyOhPe_FY,108
4
+ aplr-10.10.0.dist-info/top_level.txt,sha256=DXVC0RIFGpzVnPeKWAZTXQdJheOEZL51Wip6Fx7zbR4,14
5
+ aplr-10.10.0.dist-info/METADATA,sha256=qE6GTyvu_G2qVnelamjeukYjUaOQWPR_wlNx7CbthHQ,2362
6
+ aplr-10.10.0.dist-info/licenses/LICENSE,sha256=g4qcQtkSVPHtGRi3T93DoFCrssvW6ij_emU-2fj_xfY,1113
7
+ aplr/__init__.py,sha256=rRfTgNWnYZlFatyA920lWqBcjwmQUI7FcvEPFUTJgzE,20
8
+ aplr/aplr.py,sha256=Sw_AbqJTrMH2gvYM2eqbZ_PaDVzaOLq_sJrwoaFqK3s,27013
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp39-cp39-macosx_11_0_x86_64
5
5
 
Binary file
@@ -1,8 +0,0 @@
1
- aplr_cpp.cpython-39-darwin.so,sha256=mkhgIqEC_crQEOHIYFMJtD0jruJvLXhsJ1SzQipZF-I,1245968
2
- aplr-10.9.0.dist-info/RECORD,,
3
- aplr-10.9.0.dist-info/WHEEL,sha256=Es3g586G1TIkLY_dnkE2yqR070JaVtHMAMvCWijaWdI,108
4
- aplr-10.9.0.dist-info/top_level.txt,sha256=DXVC0RIFGpzVnPeKWAZTXQdJheOEZL51Wip6Fx7zbR4,14
5
- aplr-10.9.0.dist-info/METADATA,sha256=YyVcDnXStzsAnm5KWfxaSYgd70qn6IqhqaoLpZI-3IM,2361
6
- aplr-10.9.0.dist-info/licenses/LICENSE,sha256=g4qcQtkSVPHtGRi3T93DoFCrssvW6ij_emU-2fj_xfY,1113
7
- aplr/__init__.py,sha256=rRfTgNWnYZlFatyA920lWqBcjwmQUI7FcvEPFUTJgzE,20
8
- aplr/aplr.py,sha256=18XnQy37U3AApCWESlfKysuHPsl9_LiF2kyubroFr_Q,26718