Sundar0989 / XuniVerse

xverse (XuniVerse) is collection of transformers for feature engineering and feature selection
MIT License
116 stars 38 forks source link

KeyError: 'UDP_chksum' #21

Open AhmedmostafaElabdli1 opened 5 months ago

AhmedmostafaElabdli1 commented 5 months ago

image

i change bins = algos.quantile(X, np.linspace(0, 1, force_bins)) #creates a new binnning based on forced bins to
bins = X.quantile(np.linspace(0, 1, force_bins)).values # creates a new binnning based on forced bins