clustering4docs icon indicating copy to clipboard operation
clustering4docs copied to clipboard

Fix broken stuff

Open cfirmly opened this issue 1 year ago • 0 comments

Minimal modifications to get the package on the track

MAINT: assets/__ init __.py

  • files are independent from the another package

MAINT: soyclustering/_keyword.py

  • correct possible zerodivisionerror

MAINT: soyclustering/_kmeans.py

  • "np.int" is deprecated
  • "np.matrix" isn't allowed by "sklearn.preprocessing.normalize", calling it raises "TypeError: np.matrix is not supported. Please convert to a numpy array with np.asarray."

cfirmly avatar Jul 12 '24 21:07 cfirmly