distclassipy 0.0.2__py3-none-any.whl → 0.0.5__py3-none-any.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.
@@ -0,0 +1,11 @@
1
+ distclassipy/__init__.py,sha256=ddjymjO9E7ZilGC85dJZtLwNb46Yo11I_-yV6A5FUfo,492
2
+ distclassipy/classifier.py,sha256=RHom5DRTHtmJK95SUEDTQUoTJRIxnL0a3JolJtqkrP4,12228
3
+ distclassipy/distances.py,sha256=SBH92YwH2hI-d777xnbQL6HVOGYje2M4lp19MX4HVEA,46878
4
+ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ tests/test_classifier.py,sha256=ihimWr-mGUqjvsC4Jc9m0hZlUlsc8vpbxONF0__TvOQ,1724
6
+ tests/test_distances.py,sha256=daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes_sHA,2
7
+ distclassipy-0.0.5.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
8
+ distclassipy-0.0.5.dist-info/METADATA,sha256=rVTO2WyuOCFzwsEqxL9qvMtI-bEF6pG-DGF05xdZTlA,41693
9
+ distclassipy-0.0.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
10
+ distclassipy-0.0.5.dist-info/top_level.txt,sha256=jiwqhSkq7CMCjV_Zar2dSDBO63o5C_Dp2tpGiVV6COE,13
11
+ distclassipy-0.0.5.dist-info/RECORD,,
@@ -1,25 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: distclassipy
3
- Version: 0.0.2
4
- Summary: A python package for a distance-based classifier which can use several different distance metrics.
5
- Home-page: https://github.com/sidchaini/DistClassiPy
6
- Author: Siddharth Chaini
7
- Author-email: sidchaini@gmail.com
8
- Classifier: Development Status :: 3 - Alpha
9
- Classifier: Intended Audience :: Developers
10
- Classifier: Intended Audience :: Education
11
- Classifier: Intended Audience :: Science/Research
12
- Classifier: License :: OSI Approved :: MIT License
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.12
15
- Classifier: Programming Language :: Python :: 3.13
16
- Description-Content-Type: text/markdown
17
- License-File: LICENSE
18
- Requires-Dist: joblib >=1.3.2
19
- Requires-Dist: numpy >=1.26.3
20
- Requires-Dist: pandas >=2.2.0
21
- Requires-Dist: scikit-learn >=1.4.0
22
- Requires-Dist: scipy >=1.12.0
23
-
24
- # DistClassiPy
25
- A python package for a distance-based classifier which can use several different distance metrics.
@@ -1,11 +0,0 @@
1
- distclassipy/__init__.py,sha256=1RXFX6RkKI9-pfcVXnHJgg-z-6dXC0gWekbzdsjYHss,208
2
- distclassipy/classifier.py,sha256=1_L6MTmQGzWMPXm363F6HU31wDD3U7_3cDL-oluFE6o,12658
3
- distclassipy/distances.py,sha256=L2I9RK7JCvR-2HXyZhUZtf1wEipG9N5lcio1IOW9XLs,34004
4
- tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- tests/test_classifier.py,sha256=ihimWr-mGUqjvsC4Jc9m0hZlUlsc8vpbxONF0__TvOQ,1724
6
- tests/test_distances.py,sha256=daEdpEyAJIa8b2VkCqSKcw8PaExcB6Qro80XNes_sHA,2
7
- distclassipy-0.0.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
8
- distclassipy-0.0.2.dist-info/METADATA,sha256=GW7yzOOYYMGDD4_JGoG8KokWi5ah2Wm8TXijajOcSeM,991
9
- distclassipy-0.0.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
10
- distclassipy-0.0.2.dist-info/top_level.txt,sha256=AgabaGERHX1imAdPNtgTGDHYUFByjwCagQXapwG__jc,19
11
- distclassipy-0.0.2.dist-info/RECORD,,