How To Install python3-catch22 on Fedora 36
Introduction
In this tutorial we learn how to install python3-catch22
on Fedora 36.
What is python3-catch22
catch22 is a collection of 22 time-series features coded in C that can be run from Python, R, Matlab, and Julia. The catch22 features are a high-performing subset of the over 7000 features in hctsa. Features were selected based on their classification performance across a collection of 93 real-world time-series classification problems, as described in our open-access paper - Lubba et al. (2019). catch22 (https The computational pipeline used to generate the catch22 feature set is in the op_importance(https For catch22-related information and resources, including a list of publications using catch22, see the catch22 wiki (https
We can use yum
or dnf
to install python3-catch22
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-catch22.
Install python3-catch22 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-catch22
using dnf
by running the following command:
sudo dnf -y install python3-catch22
Install python3-catch22 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-catch22
using yum
by running the following command:
sudo yum -y install python3-catch22
How To Uninstall python3-catch22 on Fedora 36
To uninstall only the python3-catch22
package we can use the following command:
sudo dnf remove python3-catch22
python3-catch22 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/590db10f532841eb98bcb8b34a4ddd6a3b05d8
/usr/lib64/python3.10/site-packages/catch22
/usr/lib64/python3.10/site-packages/catch22-0.1.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/catch22/__init__.py
/usr/lib64/python3.10/site-packages/catch22/__pycache__
/usr/lib64/python3.10/site-packages/catch22/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/catch22/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/catch22/__pycache__/catch22.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/catch22/__pycache__/catch22.cpython-310.pyc
/usr/lib64/python3.10/site-packages/catch22/catch22.py
/usr/lib64/python3.10/site-packages/catch22_C.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-catch22
/usr/share/doc/python3-catch22/README.md
/usr/share/doc/python3-catch22/featureList.txt
/usr/share/licenses/python3-catch22
/usr/share/licenses/python3-catch22/LICENSE
References
Summary
In this tutorial we learn how to install python3-catch22
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).