robust-mixed-dist 0.1.5__tar.gz → 0.1.6__tar.gz
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.
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/PKG-INFO +2 -2
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/README.md +1 -1
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist.egg-info/PKG-INFO +2 -2
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/setup.py +1 -1
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/LICENSE +0 -0
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist/__init__.py +0 -0
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist/binary.py +0 -0
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist/mixed.py +0 -0
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist/multiclass.py +0 -0
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist/quantitative.py +0 -0
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist.egg-info/SOURCES.txt +0 -0
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist.egg-info/dependency_links.txt +0 -0
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist.egg-info/requires.txt +0 -0
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist.egg-info/top_level.txt +0 -0
- {robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robust-mixed-dist
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: Compute statistical robust distances for mixed data.
|
|
5
5
|
Home-page: https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package
|
|
6
6
|
Author: Fabio Scielzo Ortiz
|
|
@@ -26,7 +26,7 @@ Dynamic: requires-dist
|
|
|
26
26
|
Dynamic: requires-python
|
|
27
27
|
Dynamic: summary
|
|
28
28
|
|
|
29
|
-
#
|
|
29
|
+
# robust-mixed-dist
|
|
30
30
|
|
|
31
31
|
Data scientists address real-world problems using multivariate and heterogeneous
|
|
32
32
|
datasets, characterized by multiple variables of different natures. Selecting a suitable
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: robust-mixed-dist
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: Compute statistical robust distances for mixed data.
|
|
5
5
|
Home-page: https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package
|
|
6
6
|
Author: Fabio Scielzo Ortiz
|
|
@@ -26,7 +26,7 @@ Dynamic: requires-dist
|
|
|
26
26
|
Dynamic: requires-python
|
|
27
27
|
Dynamic: summary
|
|
28
28
|
|
|
29
|
-
#
|
|
29
|
+
# robust-mixed-dist
|
|
30
30
|
|
|
31
31
|
Data scientists address real-world problems using multivariate and heterogeneous
|
|
32
32
|
datasets, characterized by multiple variables of different natures. Selecting a suitable
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="robust-mixed-dist",
|
|
8
|
-
version="0.1.
|
|
8
|
+
version="0.1.6",
|
|
9
9
|
author="Fabio Scielzo Ortiz",
|
|
10
10
|
author_email="fabio.scielzoortiz@gmail.com",
|
|
11
11
|
description="Compute statistical robust distances for mixed data.",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{robust_mixed_dist-0.1.5 → robust_mixed_dist-0.1.6}/robust_mixed_dist.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|