universal-ctags
|
public |
A maintained ctags implementation
|
2025-10-05 |
r-bundle
|
public |
Typically, models in 'R' exist in memory and can be saved via regular 'R' serialization. However, some models store information in locations that cannot be saved using 'R' serialization alone. The goal of 'bundle' is to provide a common interface to capture this information, situate it within a portable object, and restore it for use in new settings.
|
2025-10-05 |
r-tidybins
|
public |
Multiple ways to bin numeric columns with a tidy output. Wraps a variety of existing binning methods into one function, and includes a new method for binning by equal value, which is useful for sales data. Provides a function to automatically summarize the properties of the binned columns.
|
2025-10-05 |
wgpu-native
|
public |
A native WebGPU implementation in Rust, based on wgpu-core.
|
2025-10-05 |
hypothesis
|
public |
A library for property based testing
|
2025-10-05 |
litellm
|
public |
Library to easily interface with LLM API providers
|
2025-10-05 |
rich-click
|
public |
Format click help output nicely with rich
|
2025-10-05 |
grpcio
|
public |
gRPC - A high-performance, open-source universal RPC framework
|
2025-10-05 |
grpcio-tools
|
public |
gRPC - A high-performance, open-source universal RPC framework
|
2025-10-05 |
libgrpc
|
public |
gRPC - A high-performance, open-source universal RPC framework
|
2025-10-05 |
django-mptt2
|
public |
Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances.
|
2025-10-05 |
django-orghierarchy
|
public |
Reusable Django application for hierarchical organizations.
|
2025-10-05 |
django-plotly-wagtail
|
public |
Django Wagtail use of django-plotly-dash and plotly dash
|
2025-10-05 |
django-otlp-log-exporter
|
public |
integrate Django & SDK provided by OpenTelemetry and directly forward the logs from the application to OpenTelemetry.
|
2025-10-05 |
demesdraw
|
public |
drawing tools for Demes demographic models
|
2025-10-05 |
stackvana
|
public |
stackvana build up to lsst_distrib
|
2025-10-05 |
stackvana-lsst_distrib
|
public |
stackvana build up to lsst_distrib
|
2025-10-05 |
r-shinymodels
|
public |
Launch a 'shiny' application for 'tidymodels' results. For classification or regression models, the app can be used to determine if there is lack of fit or poorly predicted points.
|
2025-10-04 |
r-finetune
|
public |
The ability to tune models is important. 'finetune' enhances the 'tune' package by providing more specialized methods for finding reasonable values of model tuning parameters. Two racing methods described by Kuhn (2014) <arXiv:1405.6974> are included. An iterative search method using generalized simulated annealing (Bohachevsky, Johnson and Stein, 1986) <doi:10.1080/00401706.1986.10488128> is also included.
|
2025-10-04 |
r-autostats
|
public |
Automatically do statistical exploration. Create formulas using 'tidyselect' syntax, and then determine cross-validated model accuracy and variable contributions using 'glm' and 'xgboost'. Contains additional helper functions to create and modify formulas. Has a flagship function to quickly determine relationships between categorical and continuous variables in the data set.
|
2025-10-04 |
r-probably
|
public |
Models can be improved by post-processing class probabilities, by: recalibration, conversion to hard probabilities, assessment of equivocal zones, and other activities. 'probably' contains tools for conducting these operations.
|
2025-10-04 |
r-usemodels
|
public |
Code snippets to fit models using the tidymodels framework can be easily created for a given data set.
|
2025-10-04 |
r-stacks
|
public |
Model stacking is an ensemble technique that involves training a model to combine the outputs of many diverse statistical models, and has been shown to improve predictive performance in a variety of settings. 'stacks' implements a grammar for 'tidymodels'-aligned model stacking.
|
2025-10-04 |
casacpp
|
public |
C++ libraries underlying CASA, the radio astronomical data processing package
|
2025-10-04 |
r-workflowsets
|
public |
A workflow is a combination of a model and preprocessors (e.g, a formula, recipe, etc.) (Kuhn and Silge (2021) <https://www.tmwr.org/>). In order to try different combinations of these, an object can be created that contains many workflows. There are functions to create workflows en masse as well as training them and visualizing the results.
|
2025-10-04 |