Hello,
I am testing the IMCP score you developed for hyper parameter tuning step, as my dataset is imbalanced. However, the trapz method is deprecated in new versions, and change it to np.trapezoid. I alter manually the code in the imcp.py, and works perfectly.
Hello,
I am testing the IMCP score you developed for hyper parameter tuning step, as my dataset is imbalanced. However, the trapz method is deprecated in new versions, and change it to np.trapezoid. I alter manually the code in the imcp.py, and works perfectly.