This repository contains the code to reproduce the experimental results from the paper "Communication-Efficient Feature Screening for Ultrahigh-dimensional Data under Quantile Regression".
- python==3.11.8
- numpy==1.26.4
- scipy==1.12.0
- pandas==2.2.0
- numba==0.59.0
- openpyxl==3.1.2
simulator.pycontains the code to simulate the data.fun.pycontains all the functions used in the paper.conquer.pycontains the code to reproduce the initial values.screening.pycontains the code to implement the proposed method.U_fun.pycontains the code to implement the U-statistics method.main.pycontains the code to reproduce the results in the paper.