How To Install python3-niaclass on Fedora 36

In this tutorial we learn how to install python3-niaclass in Fedora 36. python3-niaclass is Python framework for building classifiers using nature-inspired algorithms

Introduction

In this tutorial we learn how to install python3-niaclass on Fedora 36.

What is python3-niaclass

NiaClass is a framework for solving classification tasks using nature-inspired algorithms. The framework is written fully in Python. Its goal is to find the best possible set of classification rules for the input data using the NiaPy framework, which is a popular Python collection of nature-inspired algorithms. The NiaClass classifier support numerical and categorical features.

We can use yum or dnf to install python3-niaclass on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-niaclass.

Install python3-niaclass on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-niaclass using dnf by running the following command:

sudo dnf -y install python3-niaclass

Install python3-niaclass on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-niaclass using yum by running the following command:

sudo yum -y install python3-niaclass

How To Uninstall python3-niaclass on Fedora 36

To uninstall only the python3-niaclass package we can use the following command:

sudo dnf remove python3-niaclass

python3-niaclass Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/niaclass
/usr/lib/python3.10/site-packages/niaclass-0.1.2.dist-info
/usr/lib/python3.10/site-packages/niaclass-0.1.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/niaclass-0.1.2.dist-info/LICENSE
/usr/lib/python3.10/site-packages/niaclass-0.1.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/niaclass-0.1.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/niaclass/__init__.py
/usr/lib/python3.10/site-packages/niaclass/__pycache__
/usr/lib/python3.10/site-packages/niaclass/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/niaclass/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/niaclass/__pycache__/feature_info.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/niaclass/__pycache__/feature_info.cpython-310.pyc
/usr/lib/python3.10/site-packages/niaclass/__pycache__/niaclass.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/niaclass/__pycache__/niaclass.cpython-310.pyc
/usr/lib/python3.10/site-packages/niaclass/__pycache__/rule.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/niaclass/__pycache__/rule.cpython-310.pyc
/usr/lib/python3.10/site-packages/niaclass/feature_info.py
/usr/lib/python3.10/site-packages/niaclass/niaclass.py
/usr/lib/python3.10/site-packages/niaclass/rule.py
/usr/lib/python3.10/site-packages/niaclass/tests
/usr/lib/python3.10/site-packages/niaclass/tests/__init__.py
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__/test_feature_info.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__/test_feature_info.cpython-310.pyc
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__/test_rule.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__/test_rule.cpython-310.pyc
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__/test_run.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/niaclass/tests/__pycache__/test_run.cpython-310.pyc
/usr/lib/python3.10/site-packages/niaclass/tests/conftest.py
/usr/lib/python3.10/site-packages/niaclass/tests/test_feature_info.py
/usr/lib/python3.10/site-packages/niaclass/tests/test_files
/usr/lib/python3.10/site-packages/niaclass/tests/test_files/dataset.csv
/usr/lib/python3.10/site-packages/niaclass/tests/test_rule.py
/usr/lib/python3.10/site-packages/niaclass/tests/test_run.py
/usr/share/doc/python3-niaclass
/usr/share/doc/python3-niaclass/README.md
/usr/share/licenses/python3-niaclass
/usr/share/licenses/python3-niaclass/LICENSE

References

Summary

In this tutorial we learn how to install python3-niaclass on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).