How to Install and Uninstall python3-catch22.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-catch22.x86_64" package

This guide covers the steps necessary to install python3-catch22.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-catch22.x86_64

2. Uninstall "python3-catch22.x86_64" package

This is a short guide on how to uninstall python3-catch22.x86_64 on Fedora 34:

$ sudo dnf remove python3-catch22.x86_64 $ sudo dnf autoremove

3. Information about the python3-catch22.x86_64 package on Fedora 34

Last metadata expiration check: 5:55:06 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-catch22
Version : 0.2.1
Release : 1.fc34
Architecture : x86_64
Size : 53 k
Source : catch22-0.2.1-1.fc34.src.rpm
Repository : updates
Summary : catch22 for Python
URL : https://github.com/chlubba/catch22
License : GPLv3
Description :
: 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: CAnonical Time-series CHaracteristics
: (https://doi.org/10.1007/s10618-019-00647-x)
:
: The computational pipeline used to generate the catch22 feature set is in the
: op_importance(https://github.com/chlubba/op_importance) repository.
:
: For catch22-related information and resources, including a list of publications
: using catch22, see the catch22 wiki (https://github.com/chlubba/catch22/wiki).