Open bl-young opened 3 years ago
the as_matrix function here has been deprecated since pandas 0.23
recommendation is to use .to_numpy() isntead.
the as_matrix function here has been deprecated since pandas 0.23
recommendation is to use .to_numpy() isntead.