Dear Manoj,
Thanks for your answer but when i execute the code below i get this error :
"*ValueError: could not convert string to float:*"
How can i solve this error.
Regards.
-
from sklearn.cluster import Birch
from io import StringIO
import numpy a
Hi,
You may have one last separator at the end of every row in your data which
makes your rows create one extra empty entity which results with that error.
Or maybe your data can not be cast into float?
If you provide an example row, I could help more.
Best,
On Mon, Apr 10, 2017 at 2:29 PM, Sem
Hi Şükrü,
I realized I needed to use space as a delimiter, problem solved.
Thanks for your help, it is really appreciated.
On Mon, Apr 10, 2017 at 2:37 PM, Şükrü Bezen wrote:
> Hi,
>
> You may have one last separator at the end of every row in your data which
> makes your rows create one extr