aplr 10.10.0__cp311-cp311-win_amd64.whl → 10.11.0__cp311-cp311-win_amd64.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 +5 -2
- {aplr-10.10.0.dist-info → aplr-10.11.0.dist-info}/METADATA +1 -1
- aplr-10.11.0.dist-info/RECORD +8 -0
- aplr_cpp.cp311-win_amd64.pyd +0 -0
- aplr-10.10.0.dist-info/RECORD +0 -8
- {aplr-10.10.0.dist-info → aplr-10.11.0.dist-info}/WHEEL +0 -0
- {aplr-10.10.0.dist-info → aplr-10.11.0.dist-info}/licenses/LICENSE +0 -0
- {aplr-10.10.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:
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
aplr_cpp.cp311-win_amd64.pyd,sha256=Wh06WUgQEm1TvKuyJZSfhLDrXVNSH9WBdQOMCH1Lcd4,630272
|
|
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/licenses/LICENSE,sha256=YOMo-RaL4P7edMZGD96-NskKpxyMZdP3-WiiMMmihNk,1134
|
|
5
|
+
aplr-10.11.0.dist-info/METADATA,sha256=0p9duXB-jDcQ3HQcdV7N-MkYCTky40tUK51lq8YmL8A,2421
|
|
6
|
+
aplr-10.11.0.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
|
|
7
|
+
aplr-10.11.0.dist-info/top_level.txt,sha256=DXVC0RIFGpzVnPeKWAZTXQdJheOEZL51Wip6Fx7zbR4,14
|
|
8
|
+
aplr-10.11.0.dist-info/RECORD,,
|
aplr_cpp.cp311-win_amd64.pyd
CHANGED
|
Binary file
|
aplr-10.10.0.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
aplr_cpp.cp311-win_amd64.pyd,sha256=qGU5Uy1XQIaA1oUe15iOSkx3nNKD8BH20gCoecvSWXk,626176
|
|
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=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
|
|
7
|
-
aplr-10.10.0.dist-info/top_level.txt,sha256=DXVC0RIFGpzVnPeKWAZTXQdJheOEZL51Wip6Fx7zbR4,14
|
|
8
|
-
aplr-10.10.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|