paper-with-me

Papers

PyGRF: An improved Python Geographical Random Forest model and case studies in public health and natural disasters

2024-09-20 · Kai Sun, Ryan Zhenqi Zhou, Jiyeon Kim, Yingjie Hu

Geographical random forest (GRF) is a recently developed and spatially explicit machine learning model. With the ability to provide more accurate predictions and local interpretations, GRF has already been used in many studies. The current GRF model, however, has limitations in its determination of the local model weight and bandwidth hyperparameters, potentially insufficient numbers of local training samples, and sometimes high local prediction errors. Also, implemented as an R package, GRF currently does not have a Python version which limits its adoption among machine learning practitioners who prefer Python. This work addresses these limitations by introducing theory-informed hyperparameter determination, local training sample expansion, and spatially-weighted local prediction. We also develop a Python-based GRF model and package, PyGRF, to facilitate the use of the model. We evaluate the performance of PyGRF on an example dataset and further demonstrate its use in two case studies in public health and natural disasters.

📄 PDF Abstract BibTeX arXiv:2409.13947

Code (1)

geoai-lab/pygrf 공식 구현

Similar Papers 제목 키워드 기반

Random Forests for Change Point Detection

2022-05-10 · Malte Londschien, Peter Bühlmann, Solt Kovács

We propose a novel multivariate nonparametric multiple change point detection method using classifiers. We construct a classifier log-likelihood ratio that uses class probability predictions to compare different change p…

Change Point Detection

Randomness control and reproducibility study of random forest algorithm in R and Python

2024-08-22 · Louisa Camadini, Yanis Bouzid, Maeva Merlet, Léopold Carron

When it comes to the safety of cosmetic products, compliance with regulatory standards is crucialto guarantee consumer protection against the risks of skin irritation. Toxicologists must thereforebe fully conversant with…

coverforest: Conformal Predictions with Random Forest in Python

2025-01-24 · Panisara Meehinkong, Donlapark Ponnoprat

Conformal prediction provides a framework for uncertainty quantification, specifically in the forms of prediction intervals and sets with distribution-free guaranteed coverage. While recent cross-conformal techniques suc…

Conformal PredictionPredictionPrediction IntervalsUncertainty Quantification

arfpy: A python package for density estimation and generative modeling with adversarial random forests

2023-11-13 · Kristin Blesch, Marvin N. Wright

This paper introduces $\textit{arfpy}$, a python implementation of Adversarial Random Forests (ARF) (Watson et al., 2023), which is a lightweight procedure for synthesizing new data that resembles some given data. The so…

Density Estimation

comprisk: A scikit-learn-compatible Python toolkit for competing-risks survival analysis

2026-07-10 · Sunny Yang, Weiyan Zhao, Wanqi Zhao arxiv

Medical time-to-event data are frequently subject to competing risks, where the occurrence of one terminal event precludes the others and standard survival methods that treat competing events as censoring yield biased ab…