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

Last updated: July 21,2024

1. Install "python3-contextualbandits.x86_64" package

Learn how to install python3-contextualbandits.x86_64 on Fedora 34

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

2. Uninstall "python3-contextualbandits.x86_64" package

Here is a brief guide to show you how to uninstall python3-contextualbandits.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:31:10 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-contextualbandits
Version : 0.3.17
Release : 1.fc34
Architecture : x86_64
Size : 291 k
Source : python-contextualbandits-0.3.17-1.fc34.src.rpm
Repository : updates
Summary : Python Implementations of Algorithms for Contextual Bandits
URL : https://github.com/david-cortes/contextualbandits
License : BSD
Description : This Python package contains implementations of methods from different papers
: dealing with contextual bandit problems, as well as adaptations from typical
: multi-armed bandits strategies. It aims to provide an easy way to prototype
: and compare ideas, to reproduce research papers that don't provide
: easily-available implementations of their proposed algorithms, and to
: serve as a guide in learning about contextual bandits.