peerannot 0.0.1.post33__tar.gz → 0.0.1.post35__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.
Files changed (50) hide show
  1. peerannot-0.0.1.post35/LICENSE +28 -0
  2. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/PKG-INFO +5 -9
  3. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/README.rst +3 -8
  4. peerannot-0.0.1.post35/VERSION.txt +1 -0
  5. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot.egg-info/PKG-INFO +5 -9
  6. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot.egg-info/SOURCES.txt +1 -0
  7. peerannot-0.0.1.post33/VERSION.txt +0 -1
  8. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/__init__.py +0 -0
  9. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/helpers/__init__.py +0 -0
  10. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/helpers/converters.py +0 -0
  11. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/helpers/helpers_visu.py +0 -0
  12. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/helpers/networks.py +0 -0
  13. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/helpers/simulations_strategies.py +0 -0
  14. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/__init__.py +0 -0
  15. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/agg_deep/CoNAL.py +0 -0
  16. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/agg_deep/Crowdlayer.py +0 -0
  17. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/agg_deep/__init__.py +0 -0
  18. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/aggregation/DS.py +0 -0
  19. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/aggregation/DS_clust.py +0 -0
  20. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/aggregation/GLAD.py +0 -0
  21. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/aggregation/MV.py +0 -0
  22. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/aggregation/NaiveSoft.py +0 -0
  23. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/aggregation/WDS.py +0 -0
  24. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/aggregation/__init__.py +0 -0
  25. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/aggregation/twothird.py +0 -0
  26. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/identification/AUM.py +0 -0
  27. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/identification/Spam_score.py +0 -0
  28. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/identification/WAUM.py +0 -0
  29. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/identification/WAUM_perworker.py +0 -0
  30. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/identification/__init__.py +0 -0
  31. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/identification/entropy.py +0 -0
  32. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/identification/krippendorff_alpha.py +0 -0
  33. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/identification/trace_confusion.py +0 -0
  34. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/models/template.py +0 -0
  35. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/runners/__init__.py +0 -0
  36. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/runners/datasets.py +0 -0
  37. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/runners/identify.py +0 -0
  38. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/runners/run.py +0 -0
  39. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/runners/simulate.py +0 -0
  40. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/runners/train.py +0 -0
  41. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/training/__init__.py +0 -0
  42. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot/training/load_data.py +0 -0
  43. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot.egg-info/dependency_links.txt +0 -0
  44. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot.egg-info/entry_points.txt +0 -0
  45. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot.egg-info/requires.txt +0 -0
  46. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/peerannot.egg-info/top_level.txt +0 -0
  47. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/setup.cfg +0 -0
  48. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/setup.py +0 -0
  49. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/tests/test_identification.py +0 -0
  50. {peerannot-0.0.1.post33 → peerannot-0.0.1.post35}/tests/test_models.py +0 -0
@@ -0,0 +1,28 @@
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2024, peerannot
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions are met:
7
+
8
+ 1. Redistributions of source code must retain the above copyright notice, this
9
+ list of conditions and the following disclaimer.
10
+
11
+ 2. Redistributions in binary form must reproduce the above copyright notice,
12
+ this list of conditions and the following disclaimer in the documentation
13
+ and/or other materials provided with the distribution.
14
+
15
+ 3. Neither the name of the copyright holder nor the names of its
16
+ contributors may be used to endorse or promote products derived from
17
+ this software without specific prior written permission.
18
+
19
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: peerannot
3
- Version: 0.0.1.post33
3
+ Version: 0.0.1.post35
4
4
  Summary: Crowdsourcing library
5
5
  Download-URL: https://github.com/peerannot/peerannot.git
6
6
  Maintainer: Tanguy Lefort
@@ -19,6 +19,7 @@ Classifier: Topic :: Scientific/Engineering
19
19
  Classifier: Topic :: Utilities
20
20
  Classifier: Topic :: Software Development :: Libraries
21
21
  Requires-Python: >=3.8
22
+ License-File: LICENSE
22
23
  Requires-Dist: numpy
23
24
  Requires-Dist: scipy
24
25
  Requires-Dist: pandas
@@ -120,18 +121,13 @@ In ``peerannot``, one of our goals is to make crowdsourced datasets under the sa
120
121
 
121
122
  So, what is a crowdsourced dataset? We define each dataset as:
122
123
 
123
- .. code-block:: bash
124
+ .. code-block:: default
124
125
 
125
126
  dataset
126
127
  ├── train
127
- │ ├── class1
128
- │ │ ├─ task0-<key>.png
129
- │ │ ├─ task1-<anotherkey>.png
130
- │ │ ├─ ...
131
- │ │ └─ taskn0-<anotherotherkey>.png
132
- │ ├── class2
133
128
  │ ├── ...
134
- └── classK
129
+ ├── data as imagename-<key>.png
130
+ │ └── ...
135
131
  ├── val
136
132
  ├── test
137
133
  ├── dataset.py
@@ -85,18 +85,13 @@ In ``peerannot``, one of our goals is to make crowdsourced datasets under the sa
85
85
 
86
86
  So, what is a crowdsourced dataset? We define each dataset as:
87
87
 
88
- .. code-block:: bash
88
+ .. code-block:: default
89
89
 
90
90
  dataset
91
91
  ├── train
92
- │ ├── class1
93
- │ │ ├─ task0-<key>.png
94
- │ │ ├─ task1-<anotherkey>.png
95
- │ │ ├─ ...
96
- │ │ └─ taskn0-<anotherotherkey>.png
97
- │ ├── class2
98
92
  │ ├── ...
99
- └── classK
93
+ ├── data as imagename-<key>.png
94
+ │ └── ...
100
95
  ├── val
101
96
  ├── test
102
97
  ├── dataset.py
@@ -0,0 +1 @@
1
+ 0.0.1-35
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: peerannot
3
- Version: 0.0.1.post33
3
+ Version: 0.0.1.post35
4
4
  Summary: Crowdsourcing library
5
5
  Download-URL: https://github.com/peerannot/peerannot.git
6
6
  Maintainer: Tanguy Lefort
@@ -19,6 +19,7 @@ Classifier: Topic :: Scientific/Engineering
19
19
  Classifier: Topic :: Utilities
20
20
  Classifier: Topic :: Software Development :: Libraries
21
21
  Requires-Python: >=3.8
22
+ License-File: LICENSE
22
23
  Requires-Dist: numpy
23
24
  Requires-Dist: scipy
24
25
  Requires-Dist: pandas
@@ -120,18 +121,13 @@ In ``peerannot``, one of our goals is to make crowdsourced datasets under the sa
120
121
 
121
122
  So, what is a crowdsourced dataset? We define each dataset as:
122
123
 
123
- .. code-block:: bash
124
+ .. code-block:: default
124
125
 
125
126
  dataset
126
127
  ├── train
127
- │ ├── class1
128
- │ │ ├─ task0-<key>.png
129
- │ │ ├─ task1-<anotherkey>.png
130
- │ │ ├─ ...
131
- │ │ └─ taskn0-<anotherotherkey>.png
132
- │ ├── class2
133
128
  │ ├── ...
134
- └── classK
129
+ ├── data as imagename-<key>.png
130
+ │ └── ...
135
131
  ├── val
136
132
  ├── test
137
133
  ├── dataset.py
@@ -1,3 +1,4 @@
1
+ LICENSE
1
2
  README.rst
2
3
  VERSION.txt
3
4
  setup.cfg
@@ -1 +0,0 @@
1
- 0.0.1-33