_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


python-category-encoders 2.9.0
Propagated dependencies: python-numpy@2.3.1 python-pandas@2.3.3 python-patsy@1.0.1 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-statsmodels@0.14.5
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: http://contrib.scikit-learn.org/category_encoders/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Categorical variable encoders compatible with scikit-learn
Description:

This package provides a set of scikit-learn-style transformers for encoding categorical variables into numeric by means of different techniques.

python-sklearn-compat 0.1.4
Propagated dependencies: python-scikit-learn@1.7.2
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://sklearn-compat.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Multi-version scikit-learn compatibility layer
Description:

sklearn-compat is a small Python package that help developer writing scikit-learn compatible estimators to support multiple scikit-learn versions.

python-scikit-lego 0.9.5
Propagated dependencies: python-importlib-resources@6.5.2 python-narwhals@2.22.1 python-pandas@2.3.3 python-scikit-learn@1.7.2 python-sklearn-compat@0.1.4
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://koaning.github.io/scikit-lego/
Licenses: Expat
Build system: pyproject
Synopsis: Extra blocks for scikit-learn pipelines
Description:

This package provides a set of custom transformers, metrics and models complementing scikit-learn, which results from a collaboration between multiple companies in the Netherlands.

python-keopscore 2.3
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://www.kernel-operations.io/
Licenses: Expat
Build system: pyproject
Synopsis: Core package for kernel operations (KeOps)
Description:

keopscore is the KeOps meta programming engine. This python module should be used through a binder (e.g. pykeops or rkeops).

python-pythresh 1.0.2
Propagated dependencies: python-joblib@1.5.2 python-numpy@2.3.1 python-pandas@2.3.3 python-pyod@2.0.6 python-pytorch@2.10.0 python-ruptures@1.1.10 python-scikit-learn@1.7.2 python-scikit-lego@0.9.5 python-scipy@1.16.3 python-tqdm@4.67.1 python-xgboost@1.7.6
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://pythresh.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Outlier detection thresholding in Python
Description:

PyThresh is a comprehensive and scalable Python toolkit for thresholding outlier detection likelihood scores in univariate/multivariate data. It has been written to work in tandem with PyOD and has similar syntax and data structures. However, it is not limited to this single library.

PyThresh is meant to threshold likelihood scores generated by an outlier detector. It thresholds these likelihood scores and replaces the need to set a contamination level or have the user guess the amount of outliers that may exist in the dataset beforehand. These non-parametric methods were written to reduce the user's input/guess work and rather rely on statistics instead to threshold outlier likelihood scores. For thresholding to be applied correctly, the outlier detection likelihood scores must follow this rule: the higher the score, the higher the probability that it is an outlier in the dataset. All threshold functions return a binary array where inliers and outliers are represented by a 0 and 1 respectively.

PyThresh includes more than 30 thresholding algorithms. These algorithms range from using simple statistical analysis like the Z-score to more complex mathematical methods that involve graph theory and topology.

python-flax 0.8.0
Propagated dependencies: python-einops@0.8.1 python-jax@0.4.28 python-optax@0.1.5 python-orbax-checkpoint@0.4.5 python-msgpack@1.1.2 python-numpy@2.3.1 python-pyyaml@6.0.2 python-rich@14.3.3 python-tensorstore@0.1.67 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/google/flax
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Neural network library for JAX designed for flexibility
Description:

Flax is a neural network library for JAX that is designed for flexibility.

python-alphafold 2.3.2
Propagated dependencies: openmm@8.5.2 python-absl-py@2.3.1 python-biopython@1.73 python-chex@0.1.88 python-dm-haiku@0.0.13 python-dm-tree@0.1.9 python-immutabledict@4.2.0 python-jax@0.4.28 python-ml-collections@1.1.0 python-pandas@2.3.3 python-pdbfixer@1.12 python-scipy@1.16.3 python-tensorflow@2.18.1
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://alphafold.ebi.ac.uk/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Predict protein 3D structure from amino acid sequence
Description:

AlphaFold is an AI system developed by DeepMind that predicts a protein’s 3D structure from its amino acid sequence. It regularly achieves accuracy competitive with experiment.

python-skorch 1.3.0
Propagated dependencies: python-numpy@2.3.1 python-pytorch@2.10.0 python-safetensors@0.4.3 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-tabulate@0.9.0 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://skorch.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Scikit-learn compatible neural network library for PyTorch
Description:

This package provides a neural network library for PyTorch compatible with the scikit-learn API.

skigen 1.1.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://skigen-project.github.io/
Licenses: Expat
Build system: cmake
Synopsis: High-performance machine learning for modern C++
Description:

Skigen is a header-only C++ template library for machine learning, built on Eigen. It brings the scikit-learn API — fit(), transform(), predict() — to native C++.

python-ezyrb 1.3.2
Propagated dependencies: python-datasets@4.5.0 python-future@1.0.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-pytorch@2.10.0 python-scikit-learn@1.7.2 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://mathlab.github.io/EZyRB/
Licenses: Expat
Build system: pyproject
Synopsis: Easy Reduced Basis method in Python
Description:

EZyRB is a python library for the Model Order Reduction based on baricentric triangulation for the selection of the parameter points and on Proper Orthogonal Decomposition for the selection of the modes.

python-ruptures 1.1.10
Propagated dependencies: python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://centre-borelli.github.io/ruptures-docs/
Licenses: FreeBSD
Build system: pyproject
Synopsis: Change point detection for signals in Python
Description:

ruptures is a Python library for off-line change point detection. This package provides methods for the analysis and segmentation of non-stationary signals. Implemented algorithms include exact and approximate detection for various parametric and non-parametric models. ruptures focuses on ease of use by providing a well-documented and consistent interface. In addition, thanks to its modular structure, different algorithms and models can be connected and extended within this package.

python-evaluate 0.4.6
Propagated dependencies: python-cookiecutter@2.6.0 python-datasets@4.5.0 python-dill@0.4.0 python-fsspec@2026.1.0 python-huggingface-hub@0.31.4 python-multiprocess@0.70.18 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-requests@2.32.5 python-scipy@1.16.3 python-tqdm@4.67.1 python-transformers@4.44.2 python-xxhash@3.5.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://huggingface.co/docs/evaluate/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Easy evaluation of machine learning models and datasets
Description:

Evaluate is a library that makes evaluating and comparing models and reporting their performance easier and more standardized.

agrum 3.0.0
Propagated dependencies: python-matplotlib@3.10.8 python-matplotlib-inline@0.1.7 python-numpy@2.3.1 python-pydot@4.0.1 python-scikit-learn@1.7.2
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://pyagrum.gitlab.io/
Licenses: LGPL 3+ Expat
Build system: cmake
Synopsis: C++ Library for Probabilistic Graphical Models
Description:

aGrUM is a C++ library for graphical models. It is designed for easily building applications using graphical models such as Bayesian networks, influence diagrams, credal networks, Markov random fields, decision trees, GAI networks, (Factored) Markov decision processes, etc.

Features:

  • Dedicated data structures

  • Lightweight directed/undirected graphs

  • Extensible multidimensional matrix

  • Bayesian Network algorithms

  • Research tools (random generation, introspection)

  • Integration tools (listeners, multiple formats)

python-dargs 0.4.10
Propagated dependencies: python-typeguard@4.4.4 python-typing-extensions@4.15.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/deepmodeling/dargs
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Process arguments for the deep modeling project
Description:

This is a minimum version for checking the input argument dict. It would examine argument's type, as well as keys and types of its sub-arguments. A special case called variant is also handled, where you can determine the items of a dict based the value of on one of its flag_name key.

python-datasets 4.5.0
Propagated dependencies: python-dill@0.4.0 python-filelock@3.16.1 python-fsspec@2026.1.0 python-httpx@0.28.1 python-huggingface-hub@0.31.4 python-multiprocess@0.70.18 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-pyarrow@24.0.0 python-pyyaml@6.0.2 python-requests@2.32.5 python-tqdm@4.67.1 python-xxhash@3.5.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://huggingface.co/docs/datasets/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Datasets and manipulation tools for AI models
Description:

Datasets is a lightweight library providing access to major public datasets (image, audio, text, etc.), as well as enabling efficient data preparation for inspection and ML model evaluation and training.

python-pydmd 2025.08.01
Propagated dependencies: python-h5netcdf@1.3.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-typing-extensions@4.15.0 python-xarray@2025.12.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://pydmd.github.io/PyDMD
Licenses: Expat
Build system: pyproject
Synopsis: Python Dynamic Mode Decomposition
Description:

PyDMD is a Python package designed for Dynamic Mode Decomposition (DMD), a data-driven method used for analyzing and extracting spatiotemporal coherent structures from time-varying datasets. It provides a comprehensive and user-friendly interface for performing DMD analysis, making it a valuable tool for researchers, engineers, and data scientists working in various fields.

python-foldedtensor 0.4.0
Propagated dependencies: python-numpy@2.3.1 python-pytorch@2.10.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/aphp/foldedtensor
Licenses: Modified BSD
Build system: pyproject
Synopsis: PyTorch extension for handling deeply nested sequences of variable length
Description:

PyTorch extension for handling deeply nested sequences of variable length.

python-pykeops 2.3
Propagated dependencies: pybind11@3.0.2 python-keopscore@2.3 python-numpy@2.3.1 python-pytorch@2.10.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://www.kernel-operations.io/
Licenses: Expat
Build system: pyproject
Synopsis: Python bindings for kernel operations (KeOps)
Description:

Python bindings for KeOps, on CPUs and GPUs, with autodiff and without memory overflows.

python-keras 3.13.1
Propagated dependencies: python-absl-py@2.3.1 python-h5py@3.15.1 python-ml-dtypes@0.5.3 python-namex@0.0.7 python-numpy@2.3.1 python-optree@0.14.0 python-packaging@25.0 python-rich@14.3.3
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/keras-team/keras
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Deep learning API
Description:

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. It was developed with a focus on enabling fast experimentation and providing a delightful developer experience.

python-accelerate 1.12.0
Propagated dependencies: python-huggingface-hub@0.31.4 python-numpy@2.3.1 python-packaging@25.0 python-psutil@7.2.2 python-pytorch@2.10.0 python-pyyaml@6.0.2 python-safetensors@0.4.3
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://huggingface.co/docs/accelerate/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Launch, train and use PyTorch models on any configuration
Description:

Accelerate was created for PyTorch users who like to write the training loop of PyTorch models but are reluctant to write and maintain the boilerplate code needed to use multi-GPUs/TPU/fp16. It abstracts exactly and only the boilerplate code related to multi-GPUs/TPU/fp16 and leaves the rest of your code unchanged.

python-optuna 4.6.0
Propagated dependencies: python-alembic@1.18.1 python-boto3@1.42.5 python-cmaes@0.13.0 python-colorlog@6.9.0 python-google-cloud-storage@2.19.0 python-greenlet@3.1.1 python-grpcio@1.52.0 python-matplotlib@3.10.8 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-protobuf@3.20.3 python-plotly@5.24.1 python-pytorch@2.10.0 python-pyyaml@6.0.2 python-redis@7.1.0 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-sqlalchemy@2.0.45 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://optuna.org/
Licenses: Expat
Build system: pyproject
Synopsis: Automatic hyperparameter optimization framework
Description:

Optuna is an automatic hyperparameter optimization software framework, particularly designed for machine learning. It features an imperative, define-by-run style user API. Thanks to our define-by-run API, the code written with Optuna enjoys high modularity, and the user of Optuna can dynamically construct the search spaces for the hyperparameters.

python-equinox 0.11.10
Propagated dependencies: python-jax@0.4.28 python-jaxtyping@0.3.3 python-typing-extensions@4.15.0 python-wadler-lindig@0.1.7
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://docs.kidger.site/equinox/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Neural networks in JAX via callable PyTrees and filtered transformations
Description:

Equinox is a comprehensive JAX library that provides a wide range of tools and features not found in core JAX, including neural networks with PyTorch-like syntax, filtered APIs for transformations, PyTree manipulation routines, and advanced features like runtime errors.

python-ray 2.38.0
Dependencies: gcc@15.2.0 openssl@1.1.1w hiredis@1.2.0 python-wrapper@3.12.12 jemalloc@5.3.0 zlib@1.3.1
Propagated dependencies: python-aiohttp@3.11.18 python-aiosignal@1.4.0 python-click@8.3.1 python-colorama@0.4.6 python-dm-tree@0.1.9 python-fastapi@0.131.0 python-filelock@3.16.1 python-frozenlist@1.8.0 python-fsspec@2026.1.0 python-grpcio@1.52.0 python-gymnasium@0.29.1 python-jsonschema@4.23.0 python-lz4@4.4.4 python-msgpack@1.1.2 python-numpy@2.3.1 python-packaging@25.0 python-pandas@2.3.3 python-prometheus-client@0.22.1 python-protobuf@3.20.3 python-psutil@7.2.2 python-pyarrow@24.0.0 python-pydantic@2.12.5 python-pyyaml@6.0.2 python-requests@2.32.5 python-rich@14.3.3 python-scikit-image@0.26.0 python-scipy@1.16.3 python-setproctitle@1.3.7 python-smart-open@7.3.0 python-typer@0.22.0 python-virtualenv@20.35.4
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/ray-project/ray
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Framework for scaling machine learning applications
Description:

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI libraries for simplifying ML compute. These are the provided Ray AI libraries:

  • Data: Scalable datasets for ML;

  • Train: Distributed training;

  • Tune: Scalable hyperparameter tuning;

  • RLlib: Scalable reinforcement learning;

  • Serve: Scalable and programmable serving.

python-imbalanced-learn 0.14.0
Propagated dependencies: python-joblib@1.5.2 python-numpy@2.3.1 python-pandas@2.3.3 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-threadpoolctl@3.6.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://imbalanced-learn.org/
Licenses: Expat
Build system: pyproject
Synopsis: Toolbox for imbalanced dataset in machine learning
Description:

imbalanced-learn is a python package offering a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance.

Page: 11314151617100
Total packages: 2387