中文
相关论文

相关论文: Effector: A Python package for regional explanatio…

200 篇论文

Tabular data, a fundamental data format in machine learning, is predominantly utilized in competitions and real-world applications. The performance of tabular models--such as gradient boosted decision trees and neural networks--can vary…

机器学习 · 计算机科学 2025-05-20 Si-Yang Liu , Qile Zhou , Han-Jia Ye

InterpretML is an open-source Python package which exposes machine learning interpretability algorithms to practitioners and researchers. InterpretML exposes two types of interpretability - glassbox models, which are machine learning models…

机器学习 · 计算机科学 2019-09-23 Harsha Nori , Samuel Jenkins , Paul Koch , Rich Caruana

Explaining artificial intelligence or machine learning models is increasingly important. To use such data-driven systems wisely we must understand how they interact with the world, including how they depend causally on data inputs. In this…

机器学习 · 计算机科学 2023-07-06 Joshua R. Loftus , Lucius E. J. Bynum , Sakina Hansen

Meta-analytical models are typically formulated as a mixed-effects model where the sampling variances of the effect sizes are treated as known. In principle, such models could be fitted with standard mixed-modelling software such as the…

Reinforcement learning (RL) is a versatile framework for optimizing long-term goals. Although many real-world problems can be formalized with RL, learning and deploying a performant RL policy requires a system designed to address several…

In recent years, deep neural networks have showcased their predictive power across a variety of tasks. Beyond natural language processing, the transformer architecture has proven efficient in addressing tabular data problems and challenges…

机器学习 · 计算机科学 2025-04-14 Anton Thielmann , Arik Reuter , Benjamin Saefken

The analysis of experimental results with Python often requires writing many code scripts which all need access to the same set of functions. In a common field of research, this set will be nearly the same for many users. The qspec Python…

计算物理 · 物理学 2025-03-18 Patrick Müller , Wilfried Nörtershäuser

We introduce a novel software abstraction termed "model caller," acting as an intermediary for AI and ML model calling, advocating its transformative utility beyond existing model-serving frameworks. This abstraction offers multiple…

计算机与社会 · 计算机科学 2024-06-25 Mukesh Dalal

Learning features from data is one of the defining characteristics of deep learning, but our theoretical understanding of the role features play in deep learning is still rudimentary. To address this gap, we introduce a new tool, the…

机器学习 · 计算机科学 2023-06-09 Yiding Jiang , Christina Baek , J. Zico Kolter

We introduce Matched Machine Learning, a framework that combines the flexibility of machine learning black boxes with the interpretability of matching, a longstanding tool in observational causal inference. Interpretability is paramount in…

统计方法学 · 统计学 2023-04-05 Marco Morucci , Cynthia Rudin , Alexander Volfovsky

Market area models, such as the Huff model and its extensions, are widely used to estimate regional market shares and customer flows of retail and service locations. Another, now very common, area of application is the analysis of catchment…

应用统计 · 统计学 2026-04-13 Thomas Wieland

The Python package pylimer-tools is a comprehensive toolkit for computational studies of polymer networks, particularly bead-spring networks. The package provides functionality to generate polymer networks using Monte Carlo (MC) procedures…

软凝聚态物质 · 物理学 2025-08-18 Tim Bernhard , Fabian Schwarz , Andrei A. Gusev

In addition to efficient statistical estimators of a treatment's effect, successful application of causal inference requires specifying assumptions about the mechanisms underlying observed data and testing whether they are valid, and to…

统计方法学 · 统计学 2020-11-10 Amit Sharma , Emre Kiciman

Previous works on Treatment Effect Estimation (TEE) are not in widespread use because they are predominantly theoretical, where strong parametric assumptions are made but untractable for practical application. Recent work uses multilayer…

机器学习 · 计算机科学 2022-10-18 Yi-Fan Zhang , Hanlin Zhang , Zachary C. Lipton , Li Erran Li , Eric P. Xing

Probabilistic programming languages, which exist in abundance, are languages that allow users to calculate probability distributions defined by probabilistic programs, by using inference algorithms. However, the underlying inference…

编程语言 · 计算机科学 2026-01-15 Oliver Goldstein , Ohad Kammar

Generalized linear and additive models are very efficient regression tools but the selection of relevant terms becomes difficult if higher order interactions are needed. In contrast, tree-based methods also known as recursive partitioning…

统计方法学 · 统计学 2015-04-21 Gerhard Tutz , Moritz Berger

A new method for local and global explanation of the machine learning black-box model predictions by tabular data is proposed. It is implemented as a system called AFEX (Attention-like Feature EXplanation) and consisting of two main parts.…

机器学习 · 计算机科学 2021-08-12 Andrei V. Konstantinov , Lev V. Utkin

`scores` is a Python package containing mathematical functions for the verification, evaluation and optimisation of forecasts, predictions or models. It supports labelled n-dimensional (multidimensional) data, which is used in many…

Marginal effects analysis is fundamental to interpreting statistical models, yet existing implementations face computational constraints that limit analysis at scale. We introduce two Julia packages that address this gap. Margins.jl…

统计计算 · 统计学 2026-01-13 Eric Feltham

Python is widely used for agent-based modelling because it is accessible and has a mature scientific ecosystem, but object-per-agent execution incurs interpreter overhead that restricts the population sizes feasible in interactive…

多智能体系统 · 计算机科学 2026-05-21 Anh-Duy Pham