safer - Encrypt and Decrypt Strings, R Objects and Files
A consistent interface to encrypt and decrypt strings, R objects and files using symmetric and asymmetric key encryption.
Last updated 2 years ago
encryption
5.52 score 21 stars 1 dependents 51 scripts 2.1k downloadssolitude - An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detection (Liu, Ting and Zhou <doi:10.1145/2133360.2133363>).
Last updated 4 years ago
isolation-forestoutliersrpackages
5.18 score 24 stars 1 dependents 70 scripts 1.5k downloadspkggraph - A Consistent and Intuitive Platform to Explore the Dependencies of Packages on the Comprehensive R Archive Network Like Repositories
Interactively explore various dependencies of a package(s) (on the Comprehensive R Archive Network Like repositories) and perform analysis using tidy philosophy. Most of the functions return a 'tibble' object (enhancement of 'dataframe') which can be used for further analysis. The package offers functions to produce 'network' and 'igraph' dependency graphs. The 'plot' method produces a static plot based on 'ggnetwork' and 'plotd3' function produces an interactive D3 plot based on 'networkD3'.
Last updated 6 years ago
graphs
5.13 score 9 stars 30 scripts 265 downloadstidyrules - Utilities to Retrieve Rulelists from Model Fits, Filter, Prune, Reorder and Predict on Unseen Data
Provides a framework to work with decision rules. Rules can be extracted from supported models, augmented with (custom) metrics using validation data, manipulated using standard dataframe operations, reordered and pruned based on a metric, predict on unseen (test) data. Utilities include; Creating a rulelist manually, Exporting a rulelist as a SQL case statement and so on. The package offers two classes; rulelist and ruleset based on dataframe.
Last updated 14 days ago
4.75 score 11 stars 17 scripts 261 downloadstidier - Enhanced 'mutate'
Provides 'Apache Spark' style window aggregation for R dataframes and remote 'dbplyr' tables via 'mutate' in 'dplyr' flavour.
Last updated 1 years ago
dbplyrdplyrmutatespark-sqltidyverse
3.18 score 3 stars 1 scripts 322 downloadsslimrec - Sparse Linear Method to Predict Ratings and Top-N Recommendations
Sparse Linear Method(SLIM) predicts ratings and top-n recommendations suited for sparse implicit positive feedback systems. SLIM is decomposed into multiple elasticnet optimization problems which are solved in parallel over multiple cores. The package is based on "SLIM: Sparse Linear Methods for Top-N Recommender Systems" by Xia Ning and George Karypis <doi:10.1109/ICDM.2011.134>.
Last updated 8 years ago
3.18 score 3 stars 6 scripts 489 downloadswriter - Write from Multiple Sources to a Database Table
Provides unified syntax to write data from lazy 'dplyr' 'tbl' or 'dplyr' 'sql' query or a dataframe to a database table with modes such as create, append, insert, update, upsert, patch, delete, overwrite, overwrite_schema.
Last updated 2 days ago
3.00 score 9 scripts 153 downloadsggisotonic - 'ggplot2' Friendly Isotonic or Monotonic Regression Curves
Provides stat_isotonic() to add weighted univariate isotonic regression curves.
Last updated 3 years ago
2.70 score 1 stars 3 scripts 233 downloads