How To Install python3-EvoPreprocess on Fedora 36

In this tutorial we learn how to install python3-EvoPreprocess in Fedora 36. python3-EvoPreprocess is A Python Toolkit for Data Preprocessing

Introduction

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

What is python3-EvoPreprocess

EvoPreprocess is a Python toolkit for sampling datasets, instance weighting, and feature selection. It is compatible with scikit-learn and imbalanced-learn packages. It is based on the NiaPy library for the implementation of nature-inspired algorithms.

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

Install python3-EvoPreprocess 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-EvoPreprocess using dnf by running the following command:

sudo dnf -y install python3-EvoPreprocess

Install python3-EvoPreprocess 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-EvoPreprocess using yum by running the following command:

sudo yum -y install python3-EvoPreprocess

How To Uninstall python3-EvoPreprocess on Fedora 36

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

sudo dnf remove python3-EvoPreprocess

python3-EvoPreprocess Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/evopreprocess
/usr/lib/python3.10/site-packages/evopreprocess-0.4.6.dist-info
/usr/lib/python3.10/site-packages/evopreprocess-0.4.6.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/evopreprocess-0.4.6.dist-info/LICENSE
/usr/lib/python3.10/site-packages/evopreprocess-0.4.6.dist-info/METADATA
/usr/lib/python3.10/site-packages/evopreprocess-0.4.6.dist-info/WHEEL
/usr/lib/python3.10/site-packages/evopreprocess-0.4.6.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/evopreprocess/__init__.py
/usr/lib/python3.10/site-packages/evopreprocess/__pycache__
/usr/lib/python3.10/site-packages/evopreprocess/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling/EvoSampling.py
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling/SamplingBenchmark.py
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling/__init__.py
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling/__pycache__
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling/__pycache__/EvoSampling.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling/__pycache__/EvoSampling.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling/__pycache__/SamplingBenchmark.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling/__pycache__/SamplingBenchmark.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_sampling/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting/EvoWeighting.py
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting/WeightingBenchmark.py
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting/__init__.py
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting/__pycache__
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting/__pycache__/EvoWeighting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting/__pycache__/EvoWeighting.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting/__pycache__/WeightingBenchmark.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting/__pycache__/WeightingBenchmark.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/data_weighting/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection/EvoFeatureSelection.py
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection/FeatureSelectionBenchmark.py
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection/__init__.py
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection/__pycache__
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection/__pycache__/EvoFeatureSelection.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection/__pycache__/EvoFeatureSelection.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection/__pycache__/FeatureSelectionBenchmark.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection/__pycache__/FeatureSelectionBenchmark.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/feature_selection/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/tests
/usr/lib/python3.10/site-packages/evopreprocess/tests/__init__.py
/usr/lib/python3.10/site-packages/evopreprocess/tests/__pycache__
/usr/lib/python3.10/site-packages/evopreprocess/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/tests/__pycache__/test_evosampling.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/tests/__pycache__/test_evosampling.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/tests/__pycache__/test_evosampling_benchmark.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/tests/__pycache__/test_evosampling_benchmark.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/tests/test_evosampling.py
/usr/lib/python3.10/site-packages/evopreprocess/tests/test_evosampling_benchmark.py
/usr/lib/python3.10/site-packages/evopreprocess/utils
/usr/lib/python3.10/site-packages/evopreprocess/utils/EvoSettings.py
/usr/lib/python3.10/site-packages/evopreprocess/utils/__init__.py
/usr/lib/python3.10/site-packages/evopreprocess/utils/__pycache__
/usr/lib/python3.10/site-packages/evopreprocess/utils/__pycache__/EvoSettings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/utils/__pycache__/EvoSettings.cpython-310.pyc
/usr/lib/python3.10/site-packages/evopreprocess/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/evopreprocess/utils/__pycache__/__init__.cpython-310.pyc
/usr/share/doc/python3-EvoPreprocess
/usr/share/doc/python3-EvoPreprocess/README.md
/usr/share/licenses/python3-EvoPreprocess
/usr/share/licenses/python3-EvoPreprocess/LICENSE

References

Summary

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