Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

CALM: interpretable by design

Accurate locally additive models with conditional feature effects for tabular data. Python package for the NeurIPS 2026 paper Interpretability-by-Design with Accurate Locally Additive Models and Conditional Feature Effects (arXiv).

Project page: https://givasile.github.io/calm-additive

The package is being released in October 2026. Until then this repository holds the project page only.

from calm_additive import CALMRegressor

model = CALMRegressor().fit(X_train, y_train)
model.predict(X_test)
model.explain()

Built on effector.

About

CALM: interpretable by design — accurate locally additive models for tabular data (NeurIPS 2026)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors