Skip to content

Waterpine/NBC-Missing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Naive Bayes Classifiers over Missing Data

This repository contains the source code implementation of the ICML'24 paper Naive Bayes Classifiers over Missing Data: Decision and Poisoning.

Installation

install the package using pip

pip install -r requirements.txt

Reproduce Experimental Results

To reproduce the main experiment results in our paper, run the following command:

Create the folder to store results: mkdir result

Run the code: cd decison/single_poisoning/multiple_poisong and bash run.sh

About

Naive Bayes Classifiers over Missing Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published