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

Last updated: June 18,2024

1. Install "python3-contextualbandits.x86_64" package

This tutorial shows how to install python3-contextualbandits.x86_64 on Fedora 35

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

2. Uninstall "python3-contextualbandits.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-contextualbandits.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:47:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-contextualbandits
Version : 0.3.17.3
Release : 1.fc35
Architecture : x86_64
Size : 292 k
Source : python-contextualbandits-0.3.17.3-1.fc35.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.