custom_matmul_kernels icon indicating copy to clipboard operation
custom_matmul_kernels copied to clipboard

'NoneType' object has no attribute 'split'

Open lzx379 opened this issue 2 years ago • 0 comments

when i do my kmeans cluster , i was using the code : 'cluster.fit(X[:100]).predict(X)' ,it gaves me the error : 'NoneType' object has no attribute 'split'. image could somebody know and tell me how to solve that , thanks a lot!

lzx379 avatar Jun 21 '22 07:06 lzx379