I get this error when I run main_density_multidim.py
/home/david/PycharmProjects/Wavelets/functions.py:301: RuntimeWarning: invalid value encountered in true_divide
density = density_z[:, index] / sum(density_z[:, index])
I have almost finished converting WaveletMultiDim.py to use numba for a big speed improvement. Happy to share this when it is complete.
It is not clear to me why you np.flip the test and train values?
I get this error when I run main_density_multidim.py
/home/david/PycharmProjects/Wavelets/functions.py:301: RuntimeWarning: invalid value encountered in true_divide
density = density_z[:, index] / sum(density_z[:, index])
I have almost finished converting WaveletMultiDim.py to use numba for a big speed improvement. Happy to share this when it is complete.
It is not clear to me why you np.flip the test and train values?