mlquantify 0.0.11.6__tar.gz → 0.0.11.7__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.
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/PKG-INFO +7 -1
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/README.md +6 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify.egg-info/PKG-INFO +7 -1
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/setup.py +1 -1
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/base.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/classification/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/classification/pwkclf.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/measures/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/measures/ae.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/measures/bias.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/measures/kld.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/measures/mse.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/measures/nae.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/measures/nkld.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/measures/nrae.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/measures/rae.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/measures/se.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/protocol/_Protocol.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/protocol/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/protocol/app.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/evaluation/protocol/npp.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/_ThreholdOptimization.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/acc.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/max.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/ms.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/ms2.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/pacc.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/t50.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/x.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/cc.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/emq.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/fm.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/gac.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/gpac.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/_MixtureModel.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/dys.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/dys_syn.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/hdy.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/smm.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/sord.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/pcc.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/pwk.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/meta/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/meta/ensemble.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/non_aggregative/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/non_aggregative/hdx.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/model_selection.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/plots/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/plots/distribution_plot.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/plots/protocol_plot.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/convert_col_to_array.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/generate_artificial_indexes.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/get_real_prev.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/load_quantifier.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/make_prevs.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/normalize.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/parallel.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/round_protocol_df.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/method_purposes/__init__.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/method_purposes/distances.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/method_purposes/getHist.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/method_purposes/get_scores.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/method_purposes/moss.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/method_purposes/ternary_search.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/method_purposes/tprfpr.py +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify.egg-info/SOURCES.txt +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify.egg-info/dependency_links.txt +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify.egg-info/requires.txt +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify.egg-info/top_level.txt +0 -0
- {mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mlquantify
|
|
3
|
-
Version: 0.0.11.
|
|
3
|
+
Version: 0.0.11.7
|
|
4
4
|
Summary: Quantification Library
|
|
5
5
|
Home-page: https://github.com/luizfernandolj/QuantifyML/tree/master
|
|
6
6
|
Maintainer: Luiz Fernando Luth Junior
|
|
@@ -47,6 +47,12 @@ To install mlquantify, run the following command:
|
|
|
47
47
|
pip install mlquantify
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
+
If you only want to update, run the code below:
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
pip install --update mlquantify
|
|
54
|
+
```
|
|
55
|
+
|
|
50
56
|
___
|
|
51
57
|
|
|
52
58
|
## Contents
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mlquantify
|
|
3
|
-
Version: 0.0.11.
|
|
3
|
+
Version: 0.0.11.7
|
|
4
4
|
Summary: Quantification Library
|
|
5
5
|
Home-page: https://github.com/luizfernandolj/QuantifyML/tree/master
|
|
6
6
|
Maintainer: Luiz Fernando Luth Junior
|
|
@@ -47,6 +47,12 @@ To install mlquantify, run the following command:
|
|
|
47
47
|
pip install mlquantify
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
+
If you only want to update, run the code below:
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
pip install --update mlquantify
|
|
54
|
+
```
|
|
55
|
+
|
|
50
56
|
___
|
|
51
57
|
|
|
52
58
|
## Contents
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/__init__.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/acc.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/max.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/ms.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/ms2.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/pacc.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/t50.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/ThreholdOptm/x.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/__init__.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/dys.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/dys_syn.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/hdy.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/smm.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/methods/aggregative/mixtureModels/sord.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/get_real_prev.py
RENAMED
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/load_quantifier.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/general_purposes/round_protocol_df.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mlquantify-0.0.11.6 → mlquantify-0.0.11.7}/mlquantify/utils/method_purposes/ternary_search.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|