paper-with-me

홈 › Papers

Salesforce CausalAI Library: A Fast and Scalable Framework for Causal Analysis of Time Series and Tabular Data

2023-01-25 · Devansh Arpit, Matthew Fernandez, Itai Feigenbaum, Weiran Yao, Chenghao Liu, Wenzhuo Yang, Paul Josel, Shelby Heinecke, Eric Hu, Huan Wang, Stephen Hoi, Caiming Xiong, Kun Zhang, Juan Carlos Niebles

We introduce the Salesforce CausalAI Library, an open-source library for causal analysis using observational data. It supports causal discovery and causal inference for tabular and time series data, of discrete, continuous and heterogeneous types. This library includes algorithms that handle linear and non-linear causal relationships between variables, and uses multi-processing for speed-up. We also include a data generator capable of generating synthetic data with specified structural equation model for the aforementioned data formats and types, that helps users control the ground-truth causal process while investigating various algorithms. Finally, we provide a user interface (UI) that allows users to perform causal analysis on data without coding. The goal of this library is to provide a fast and flexible solution for a variety of problems in the domain of causality. This technical report describes the Salesforce CausalAI API along with its capabilities, the implementations of the supported algorithms, and experiments demonstrating their performance and speed. Our library is available at \url{https://github.com/salesforce/causalai}.

📄 PDF Abstract BibTeX arXiv:2301.10859

Code (1)

salesforce/causalai 공식 구현

Tasks

Causal DiscoveryCausal InferenceTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

LAVIS: A Library for Language-Vision Intelligence

2022-09-15 · Dongxu Li, Junnan Li, Hung Le, Guangsen Wang 외

We introduce LAVIS, an open-source deep learning library for LAnguage-VISion research and applications. LAVIS aims to serve as a one-stop comprehensive library that brings recent advancements in the language-vision field…

BenchmarkingImage CaptioningImage RetrievalMultimodal Deep Learning+7

Fast-MIA: Efficient and Scalable Membership Inference for LLMs

2025-10-27 · Hiromu Takahashi, Shotaro Ishihara arxiv

We propose Fast-MIA (https://github.com/Nikkei/fast-mia), a Python library for efficiently evaluating membership inference attacks (MIA) against large language models (LLMs). MIA has emerged as a crucial technique for au…

LIBS2ML: A Library for Scalable Second Order Machine Learning Algorithms

2019-04-20 · Vinod Kumar Chauhan, Anuj Sharma, Kalpana Dahiya

LIBS2ML is a library based on scalable second order learning algorithms for solving large-scale problems, i.e., big data problems in machine learning. LIBS2ML has been developed using MEX files, i.e., C++ with MATLAB/Oct…

BIG-bench Machine LearningSecond-order methods

AgentLite: A Lightweight Library for Building and Advancing Task-Oriented LLM Agent System

2024-02-23 · Zhiwei Liu, Weiran Yao, JianGuo Zhang, Liangwei Yang 외

The booming success of LLMs initiates rapid development in LLM agents. Though the foundation of an LLM agent is the generative model, it is critical to devise the optimal reasoning strategies and agent architectures. Acc…

AI Agent

MILJS : Brand New JavaScript Libraries for Matrix Calculation and Machine Learning

2015-02-21 · Ken Miura, Tetsuaki Mano, Atsushi Kanehira, Yuichiro Tsuchiya 외

MILJS is a collection of state-of-the-art, platform-independent, scalable, fast JavaScript libraries for matrix calculation and machine learning. Our core library offering a matrix calculation is called Sushi, which exhi…

BIG-bench Machine Learning