COPOD icon indicating copy to clipboard operation
COPOD copied to clipboard

Supplementary material for ICDM 20 paper "COPOD: Copula-Based Outlier Detection"

Results 3 COPOD issues
Sort by recently updated
recently updated
newest added

Hi @winstonll, @yzhao062: I am new to COPOD and have a few questions: 1. Can COPOD handle missing values or do I have to impute the data first? 2. How...

When run `python benchmark_mat.py` I got Traceback (most recent call last): File "/{python_path}/lib/python3.8/site-packages/scipy/io/matlab/mio.py", line 39, in _open_file return open(file_like, mode), True FileNotFoundError: [Errno 2] No such file or directory: '/{code_dir}/data/cover.mat'...

You import `cod_exp` twice. Unfortunately this file seems to be missing. https://github.com/winstonll/COPOD/blob/3ca17400016386546d2c199886e81bdcc859b36b/results/cod_mat.py#L41 https://github.com/winstonll/COPOD/blob/3ca17400016386546d2c199886e81bdcc859b36b/results/cod_arff.py#L38