r-cran-themis
GNU R extra recipes steps for dealing with unbalanced data
A dataset with an uneven number of cases in each
class is said to be unbalanced. Many models produce a subpar
performance on unbalanced datasets. A dataset can be balanced by
increasing the number of minority cases using SMOTE 2011
<arXiv:1106.1813>, BorderlineSMOTE 2005 <doi:10.1007/11538059_91> and
ADASYN 2008 <https://ieeexplore.ieee.org/document/4633969>. Or by
decreasing the number of majority cases using NearMiss 2003
<https://www.site.uottawa.ca/~nat/Workshop2003/jzhang.pdf> or Tomek
link removal 1976 <https://ieeexplore.ieee.org/document/4309452>.
python3-hassil
Home Assistant Intent Language parser
This library parses natural language sentences to understand user intents for
Home Assistant. It uses customizable sentence templates and predefined lists
to match spoken or typed phrases to specific intents. By interpreting commands
like 'turn on the kitchen light', it associates actions with defined areas and
entities. The library supports extending built-in intents and defining custom
sentences to trigger diverse actions. This allows for effective interaction
with Home Assistant through voice or text-based commands, providing a flexible
way to control various aspects of a smart home setup.
tracker-test-utils
test utilities for tracker
This package contains shared test utilities provided by tinysparql, for use by
localsearch.
libqt6quickdialogs2-6
Qt 6 Quick Dialogs 2 library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
fence-agents-aws
Fence Agents for Red Hat Cluster - AWS agent
Red Hat Fence Agents is a collection of scripts to handle remote power
management for several devices. They allow failed or unreachable nodes to be
forcibly restarted and removed from the cluster.
librte-acl25
Data Plane Development Kit (librte-acl runtime library)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.