Pinned Repositories
cmfrec
(Python, R, C) Collective (multi-view/multi-way) matrix factorization, including cold-start functionality (recommender systems, imputation, dimensionality reduction)
contextualbandits
Python implementations of contextual bandits algorithms
costsensitive
(Python, R) Cost-sensitive multiclass classification (Weighted-All-Pairs, Filter-Tree & others)
ctpfrec
Python implementation of "Content-based recommendations with poisson factorization", with some extensions
hpfrec
Python implementation of 'Scalable Recommendation with Hierarchical Poisson Factorization'.
isotree
(Python, R, C/C++) Isolation Forest and variations such as SCiForest and EIF, with some additions (outlier detection + similarity + NA imputation)
outliertree
(Python, R, C++) Explainable outlier/anomaly detection through decision tree conditioning
poismf
(Python, R, C) Poisson matrix factorization (non-Bayesian version) (recommender systems)
R-openblas-in-windows
Short tutorial for setting up OpenBLAS in R for Windows
snapper-in-debian-guide
Step-by-step guide for configuring Debian with automated BTRFS snapshots and rollbacks from the boot menu
david-cortes's Repositories
david-cortes/contextualbandits
Python implementations of contextual bandits algorithms
david-cortes/isotree
(Python, R, C/C++) Isolation Forest and variations such as SCiForest and EIF, with some additions (outlier detection + similarity + NA imputation)
david-cortes/cmfrec
(Python, R, C) Collective (multi-view/multi-way) matrix factorization, including cold-start functionality (recommender systems, imputation, dimensionality reduction)
david-cortes/hpfrec
Python implementation of 'Scalable Recommendation with Hierarchical Poisson Factorization'.
david-cortes/outliertree
(Python, R, C++) Explainable outlier/anomaly detection through decision tree conditioning
david-cortes/costsensitive
(Python, R) Cost-sensitive multiclass classification (Weighted-All-Pairs, Filter-Tree & others)
david-cortes/poismf
(Python, R, C) Poisson matrix factorization (non-Bayesian version) (recommender systems)
david-cortes/snapper-in-debian-guide
Step-by-step guide for configuring Debian with automated BTRFS snapshots and rollbacks from the boot menu
david-cortes/R-openblas-in-windows
Short tutorial for setting up OpenBLAS in R for Windows
david-cortes/ctpfrec
Python implementation of "Content-based recommendations with poisson factorization", with some extensions
david-cortes/recometrics
(Python, R, C++) Library-agnostic evaluation framework for implicit-feedback recommender systems
david-cortes/MatrixExtra
(R) Efficient methods and operators for the sparse matrix classes in 'Matrix' (esp. CSR format or "RsparseMatrix")
david-cortes/approxcdf
(Python, R, C) Fast approximations for the CDF of multivariate normal distributions
david-cortes/installing-optimized-libraries
Step-by-step guide for installing scientific libraries for R and Python in ways that maximize their performance
david-cortes/readsparse
(Python, R, C++) Read and write sparse matrices in SVMLight / LibSVM formats
david-cortes/multinomial_probit
(R, Python) Multinomial Probit Regression (MNP) for multi-class classification
david-cortes/cycereal
C++ Cereal headers as an installable Python package, for Cython
david-cortes/findblas
Python module for finding available BLAS libraries in the system and linking wrapped C/C++ or FORTRAN code to it
david-cortes/altreppedpointer
(R) Example of using R's ALTREP system with externalptr objects to manage serialization of C++ objects
david-cortes/feature_engine
Feature engineering package with sklearn like functionality
david-cortes/duckdb
DuckDB is an in-process SQL OLAP Database Management System
david-cortes/duckdb-web
DuckDB-Web - Source code of duckdb.org
david-cortes/L-BFGS-B-NS
(Python, FORTRAN) Minimization of non-smooth functions subject to bound constraints
david-cortes/LightGBM
A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
david-cortes/python-libmf
david-cortes/rsparse
Fast and accurate machine learning on sparse matrices - matrix factorizations, regression, classification, top-N recommendations.
david-cortes/scikit-learn
scikit-learn: machine learning in Python
david-cortes/snapper-rollback
Script for rolling back to a previous snapper-managed BTRFS snapshot.
david-cortes/unwindprotect
(R) Example of using R's unwind protection with C++ objects
david-cortes/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Flink and DataFlow