Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 57 packages in 0.04 seconds

archivist.github — by Marcin Kosinski, 6 years ago

Tools for Archiving, Managing and Sharing R Objects via GitHub

The extension of the 'archivist' package integrating the archivist with GitHub via GitHub API, 'git2r' packages and 'httr' package.

coxphSGD — by Marcin Kosinski, 7 years ago

Stochastic Gradient Descent log-Likelihood Estimation in Cox Proportional Hazards Model

Estimate coefficients of Cox proportional hazards model using stochastic gradient descent algorithm for batch data.

eurostat — by Leo Lahti, a year ago

Tools for Eurostat Open Data

Tools to download data from the Eurostat database < https://ec.europa.eu/eurostat> together with search and manipulation utilities.

vivo — by Anna Kozak, 4 years ago

Variable Importance via Oscillations

Provides an easy to calculate local variable importance measure based on Ceteris Paribus profile and global variable importance measure based on Partial Dependence Profiles.

xspliner — by Krystian Igras, 5 years ago

Assisted Model Building, using Surrogate Black-Box Models to Train Interpretable Spline Based Additive Models

Builds generalized linear model with automatic data transformation. The 'xspliner' helps to build simple, interpretable models that inherits informations provided by more complicated ones. The resulting model may be treated as explanation of provided black box, that was supplied prior to the algorithm.

intsvy — by Daniel Caro, 10 months ago

International Assessment Data Manager

Provides tools for importing, merging, and analysing data from international assessment studies (TIMSS, PIRLS, PISA, ICILS, and PIAAC).

sejmRP — by Piotr Smuda, 8 years ago

An Information About Deputies and Votings in Polish Diet from Seventh to Eighth Term of Office

Set of functions that access information about deputies and votings in Polish diet from webpage < http://www.sejm.gov.pl>. The package was developed as a result of an internship in MI2 Group - < http://mi2.mini.pw.edu.pl>, Faculty of Mathematics and Information Science, Warsaw University of Technology.

EIX — by Szymon Maksymiuk, 4 years ago

Explain Interactions in 'XGBoost'

Structure mining from 'XGBoost' and 'LightGBM' models. Key functionalities of this package cover: visualisation of tree-based ensembles models, identification of interactions, measuring of variable importance, measuring of interaction importance, explanation of single prediction with break down plots (based on 'xgboostExplainer' and 'iBreakDown' packages). To download the 'LightGBM' use the following link: < https://github.com/Microsoft/LightGBM>. 'EIX' is a part of the 'DrWhy.AI' universe.

triplot — by Katarzyna Pekala, 4 years ago

Explaining Correlated Features in Machine Learning Models

Tools for exploring effects of correlated features in predictive models. The predict_triplot() function delivers instance-level explanations that calculate the importance of the groups of explanatory variables. The model_triplot() function delivers data-level explanations. The generic plot function visualises in a concise way importance of hierarchical groups of predictors. All of the the tools are model agnostic, therefore works for any predictive machine learning models. Find more details in Biecek (2018) .

fairmodels — by Jakub Wiśniewski, 2 years ago

Flexible Tool for Bias Detection, Visualization, and Mitigation

Measure fairness metrics in one place for many models. Check how big is model's bias towards different races, sex, nationalities etc. Use measures such as Statistical Parity, Equal odds to detect the discrimination against unprivileged groups. Visualize the bias using heatmap, radar plot, biplot, bar chart (and more!). There are various pre-processing and post-processing bias mitigation algorithms implemented. Package also supports calculating fairness metrics for regression models. Find more details in (Wiśniewski, Biecek (2021)) .