pusion

View on PyPIReverse Dependencies (0)

0.2.0 pusion-0.2.0-py3-none-any.whl

Wheel Details

Project: pusion
Version: 0.2.0
Filename: pusion-0.2.0-py3-none-any.whl
Download: [link]
Size: 66589
MD5: 4c956ccfbd1daf79331598da764ce6d9
SHA256: 89c6c108d83531466524c68d65562e819f25b2043b1ec5a2f03517ee22f44ac5
Uploaded: 2023-03-03 20:26:21 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pusion
Version: 0.2.0
Summary: Pusion (Python Universal Fusion) is a generic and automated framework for decision fusion written in Python.
Author: Admir Obralija
Author-Email: Yannick Wilhelm <yannick.wilhelm[at]gsame.uni-stuttgart.de>
Project-Url: homepage, https://github.com/IPVS-AS/pusion
Project-Url: documentation, https://ipvs-as.github.io/pusion/build/html/index.html
Project-Url: Bug Tracker, https://github.com/IPVS-AS/pusion/issues
License: MIT License Copyright (c) 2021 Admir Obralija, Yannick Wilhelm. Institute for Parallel and Distributed Systems, University of Stuttgart. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: decision fusion,combining classifiers,fusion,pusion
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: numpy (~=1.20.2)
Requires-Dist: scipy (~=1.6.2)
Requires-Dist: scikit-learn (~=0.24.1)
Requires-Dist: setuptools (~=54.2.0)
Requires-Dist: pandas (~=1.2.3)
Requires-Dist: matplotlib (~=3.4.1)
Requires-Dist: torchmetrics (~=0.7.2)
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: pytest (>5.0.0); extra == "test"
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1202 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pusion/__init__.py sha256=5_j11p0tnNv7q9NrTbz0WDWllif1d3rdrILa4AxLBGo 5391
pusion/auto/__init__.py sha256=95PZElcHbOpbslwactH4Bd5tWjKto5tm4Hlb1Jt8Pkk 59
pusion/auto/auto_combiner.py sha256=RcR5W1r9k4hEY8Yv-Mz2HdBn11LclogJT6W9ZjgWpfY 7003
pusion/auto/detector.py sha256=V7OBYfYXB7sdyaFlfn31-Vz5wyaS4ehn828CkTPdYok 5993
pusion/auto/generic_combiner.py sha256=KiOIKvm1HC_0kkzu_SVeLSX3mssfzAWNpfC8GwSIHk4 16625
pusion/control/__init__.py sha256=NzEqRhYHkUrGGngKZbh9Fmtceshh8oxADcCCfVfMoeE 32
pusion/control/decision_processor.py sha256=QNVLl2oxnNhQKd8N-pdVEX4lMhWVQHYMVRuXsJydKUs 12830
pusion/core/__init__.py sha256=qcKYKHyVwe9LYhc7MzG4mvlvcl_y1-TFz_PzEPNs_t8 564
pusion/core/behaviour_knowledge_space_combiner.py sha256=1DO4EpXmfyFgOqn-Jk8hjxzpLJ5I_k1UcRqMLfBSvMA 8258
pusion/core/borda_count_combiner.py sha256=Ojem9zWLhvYxjWk_xW3izvgSCj5ayNBoA_EcLKnQuFM 5081
pusion/core/combiner.py sha256=Mk-hNVn4y-nsrCelfqay8iNzkTT1ShBmRhH4Xic1K50 9393
pusion/core/complementary_output_combiner.py sha256=p0w8X4io8gzOpaw4sXGz5CmYwMjQ79aHJirM37a3zaI 2199
pusion/core/cosine_similarity_combiner.py sha256=6kb_55qywOJ_Yt3gwMUMF2ZqkjTjGcv-lKvex8G1nhU 5829
pusion/core/decision_templates_combiner.py sha256=oqAZgYuYcDt1CWhSBa14PSi7XXQPIIsS-NqsTIJFbSY 9207
pusion/core/dempster_shafer_combiner.py sha256=c1cnKfFOIlO37yRBDYHO88Fj17L1Af1vmShZ837fteo 8918
pusion/core/k_nearest_neighbors_combiner.py sha256=nlDKimIZomTDCXK1WjtrYgfHjJ2d_z_sjCy6x_kF3H8 7352
pusion/core/macro_majority_vote_combiner.py sha256=ryue43vPmlxJ38wh0dIcyG28Y_QuM6NSdi5FFHABYog 2031
pusion/core/maximum_likelihood_combiner.py sha256=D69x2XRze4pRnzWWVqinIYfHRr1VX8P5UarZ1Gz-z_U 9069
pusion/core/micro_majority_vote_combiner.py sha256=iIKYsA378GJKT4DHozABNzCcAHDI7Af6c8ZZ1AgBRHk 3808
pusion/core/naive_bayes_combiner.py sha256=9yK2zliqK5eD0TR_pbalJkTRwHbMXj7bJrZVYOW_DdQ 7959
pusion/core/neural_network_combiner.py sha256=0A-MJGjzHhIwvJ5HR0btw6opQMNWJh0jgMvm1RTfoqA 7442
pusion/core/simple_average_combiner.py sha256=4tvQnrlGrlNPJYoPO7ErwOIymaE1JLPSeV7L3ElX-zk 4584
pusion/core/weighted_voting_combiner.py sha256=qWx8xi-9qEPO6IFXHmclBJJnqGbgrR6d4zfDXvdykY4 8973
pusion/evaluation/__init__.py sha256=D9s_J1GxhRRQVwax6lcCLGvtQJKH3VJqoMO3dAjPhQw 46
pusion/evaluation/evaluation.py sha256=HgfZfYhC_MZqmhCGdga8YiiYk1nh8Q_9koGfF4wTZUw 13765
pusion/evaluation/evaluation_metrics.py sha256=hDOvtvOoH6B95VmtasQJ_KUPnUfkwiAOSEl_6l_VGik 59242
pusion/input_output/__init__.py sha256=4BWpng8Hv03EBdyQgPqCoDSqdD12ADsv5iX0E1ZuS1w 31
pusion/input_output/file_input_output.py sha256=UrwOWx7ZY9Aj9pSL71zUNnGnDrX7HwLVhvmb_XR-QI0 2398
pusion/model/__init__.py sha256=6mqXww3BNdd50O8ksnCTVUcok7YoRypOu3kXXxJnEew 37
pusion/model/configuration.py sha256=PbeW1Ou18PSP9WgPZh9f5WSAiOR33PMyPhUslYEPbeU 2165
pusion/model/report.py sha256=kvO2P8UFBPIiCiCsX6BhiTKqKMlKMJwCv1oJ3sfwaNs 2279
pusion/util/__init__.py sha256=OauYLFJmkfsGeoKzHeMnXG-MAfR5VOxb7bRd_Mifoi0 117
pusion/util/constants.py sha256=yUXXhKgGUXxsHezdxnak7iF5cJeiwSDEAzmg7XVhKSA 599
pusion/util/ensemble.py sha256=8lhVXyQbpGBMF24a6r_tzhF6AB3-XRVUOm1vkZppUzU 4281
pusion/util/exceptions.py sha256=jvHYAEj730FWUcfQgMQD_w0oIb_1Se824NJ6pkAc8Pw 258
pusion/util/generator.py sha256=GnR25YgG5K92QAkFbUNkqzkQtsAMupq8aJXzf8xfAnM 27587
pusion/util/processes.py sha256=xL2OnWz4VA0FpZtiZ8UKi3Tm1alQ-NY3x9AVo19fyuQ 2872
pusion/util/transformer.py sha256=iclir6R-eInM6xrlF-sSxFe1a4l2YMDoAgkyGRihmf0 15075
pusion-0.2.0.dist-info/LICENSE sha256=3MJERNLND89OEjHv6bjBcXxi0yRxbhnNkT9seyCnoZA 1184
pusion-0.2.0.dist-info/METADATA sha256=CtNgXI6tGq7J6Vc6eFbMz3nNSv9Z77Ab5oaXfcA3f8w 3755
pusion-0.2.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
pusion-0.2.0.dist-info/top_level.txt sha256=43OjH7PtKSq9vHu8fdFWc3Bs8NJ5-LRHPhxZp75h7D4 7
pusion-0.2.0.dist-info/RECORD

top_level.txt

pusion