aplr 10.10.0__cp313-cp313-win32.whl → 10.11.1__cp313-cp313-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 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, unique_term_affiliation: str, max_rows_before_sampling: int = 100000
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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aplr
3
- Version: 10.10.0
3
+ Version: 10.11.1
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.cp313-win32.pyd,sha256=MJz6L62stRfdtGSHVqBhABrWSGh4R5KYh_o-A6Kvr6Q,586240
2
+ aplr/__init__.py,sha256=oDFSgVytP_qQ8ilun6oHxKr-DYEeqjEQp5FciX45lls,21
3
+ aplr/aplr.py,sha256=Sgpwe0h22J_B8aZGK1uexgb1MVS_Pq4Ygr7YNj3kE_Q,27090
4
+ aplr-10.11.1.dist-info/licenses/LICENSE,sha256=YOMo-RaL4P7edMZGD96-NskKpxyMZdP3-WiiMMmihNk,1134
5
+ aplr-10.11.1.dist-info/METADATA,sha256=r-LvhOjRl0CNBm2qYrN2jS2umZjblTVHJBVpVP5aOow,2421
6
+ aplr-10.11.1.dist-info/WHEEL,sha256=0ABLuJ37exXk5N_efmYNs2NU9NK1K2Qlod_6bYkofEA,97
7
+ aplr-10.11.1.dist-info/top_level.txt,sha256=DXVC0RIFGpzVnPeKWAZTXQdJheOEZL51Wip6Fx7zbR4,14
8
+ aplr-10.11.1.dist-info/RECORD,,
aplr_cpp.cp313-win32.pyd CHANGED
Binary file
@@ -1,8 +0,0 @@
1
- aplr_cpp.cp313-win32.pyd,sha256=wNdOFUclQj7QLZstrhWneJowjMxk4jgApXFp-se1WR4,582144
2
- aplr/__init__.py,sha256=oDFSgVytP_qQ8ilun6oHxKr-DYEeqjEQp5FciX45lls,21
3
- aplr/aplr.py,sha256=Sw_AbqJTrMH2gvYM2eqbZ_PaDVzaOLq_sJrwoaFqK3s,27013
4
- aplr-10.10.0.dist-info/licenses/LICENSE,sha256=YOMo-RaL4P7edMZGD96-NskKpxyMZdP3-WiiMMmihNk,1134
5
- aplr-10.10.0.dist-info/METADATA,sha256=cStaV34xb8skZfyt0pK_I4HqCmF9YoTUl19zSwqGzZE,2421
6
- aplr-10.10.0.dist-info/WHEEL,sha256=0ABLuJ37exXk5N_efmYNs2NU9NK1K2Qlod_6bYkofEA,97
7
- aplr-10.10.0.dist-info/top_level.txt,sha256=DXVC0RIFGpzVnPeKWAZTXQdJheOEZL51Wip6Fx7zbR4,14
8
- aplr-10.10.0.dist-info/RECORD,,
File without changes