hoxo-m / densratio_py

A Python Package for Density Ratio Estimation
https://github.com/hoxo-m/densratio_py
Other
127 stars 30 forks source link

Matrix to ndarray #15

Closed hoxo-m closed 1 year ago

hoxo-m commented 1 year ago

numpy.matrix is deprecated. use ndarray

Source: https://stackoverflow.com/questions/53254738/deprecation-status-of-the-numpy-matrix-class/53254739#53254739

For Japanese: https://qiita.com/kaityo256/items/2320282ceff389d95ac8