aplr 10.6.1__pp38-pypy38_pp73-macosx_11_0_arm64.whl → 10.6.3__pp38-pypy38_pp73-macosx_11_0_arm64.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
@@ -12,7 +12,7 @@ IntMatrix = np.ndarray
12
12
  class APLRRegressor:
13
13
  def __init__(
14
14
  self,
15
- m: int = 20000,
15
+ m: int = 3000,
16
16
  v: float = 0.5,
17
17
  random_state: int = 0,
18
18
  loss_function: str = "mse",
@@ -351,7 +351,7 @@ class APLRRegressor:
351
351
  class APLRClassifier:
352
352
  def __init__(
353
353
  self,
354
- m: int = 20000,
354
+ m: int = 3000,
355
355
  v: float = 0.5,
356
356
  random_state: int = 0,
357
357
  n_jobs: int = 0,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aplr
3
- Version: 10.6.1
3
+ Version: 10.6.3
4
4
  Summary: Automatic Piecewise Linear Regression
5
5
  Home-page: https://github.com/ottenbreit-data-science/aplr
6
6
  Author: Mathias von Ottenbreit
@@ -13,7 +13,7 @@ Classifier: License :: OSI Approved :: MIT License
13
13
  Requires-Python: >=3.8
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
- Requires-Dist: numpy >=1.11
16
+ Requires-Dist: numpy (>=1.11)
17
17
 
18
18
  # APLR
19
19
  Automatic Piecewise Linear Regression.
@@ -0,0 +1,8 @@
1
+ aplr_cpp.pypy38-pp73-darwin.so,sha256=NEzJ1hBPSwKaxGmXp3WyTCRxOdxknKTP5HJ5CLaWjWA,1051552
2
+ aplr-10.6.3.dist-info/RECORD,,
3
+ aplr-10.6.3.dist-info/LICENSE,sha256=g4qcQtkSVPHtGRi3T93DoFCrssvW6ij_emU-2fj_xfY,1113
4
+ aplr-10.6.3.dist-info/WHEEL,sha256=oX_RS3ku9bg-Qor-7tRYcuzBVFGMatOphVfCo3QYvoE,115
5
+ aplr-10.6.3.dist-info/top_level.txt,sha256=DXVC0RIFGpzVnPeKWAZTXQdJheOEZL51Wip6Fx7zbR4,14
6
+ aplr-10.6.3.dist-info/METADATA,sha256=NKC0e8OJRT2h9yFGUhJ-KUUpdCl2HnSGa9sk9cd6f6Q,2044
7
+ aplr/__init__.py,sha256=rRfTgNWnYZlFatyA920lWqBcjwmQUI7FcvEPFUTJgzE,20
8
+ aplr/aplr.py,sha256=HTdI3N-Hljn4T02mj0WD6zj9mKh8qTCPgVDHQHo9dWc,26004
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.1.0)
2
+ Generator: bdist_wheel (0.40.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: pp38-pypy38_pp73-macosx_11_0_arm64
5
5
 
Binary file
@@ -1,8 +0,0 @@
1
- aplr_cpp.pypy38-pp73-darwin.so,sha256=BiqIyemVaAPq4O4s2vPfcxlV5ZA4vxonVB6esN4j7RA,1051552
2
- aplr-10.6.1.dist-info/RECORD,,
3
- aplr-10.6.1.dist-info/LICENSE,sha256=g4qcQtkSVPHtGRi3T93DoFCrssvW6ij_emU-2fj_xfY,1113
4
- aplr-10.6.1.dist-info/WHEEL,sha256=fHAcR7wbHywosMQVhz1HaZH-9WfL4oNI2w1DCRtVqw8,114
5
- aplr-10.6.1.dist-info/top_level.txt,sha256=DXVC0RIFGpzVnPeKWAZTXQdJheOEZL51Wip6Fx7zbR4,14
6
- aplr-10.6.1.dist-info/METADATA,sha256=k1_vrbLEHM07pDmUkZ1R7WCTeD6xMTDXFTTLQSazJkQ,2042
7
- aplr/__init__.py,sha256=rRfTgNWnYZlFatyA920lWqBcjwmQUI7FcvEPFUTJgzE,20
8
- aplr/aplr.py,sha256=Qc_n1PQ1dKqyIR9UXKi73fX6HBGpmu7fayZHJxxCTXA,26006
File without changes