custom_matmul_kernels
custom_matmul_kernels copied to clipboard
'NoneType' object has no attribute 'split'
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'.
could somebody know and tell me how to solve that , thanks a lot!