Re: [Scikit-learn-general] Using json files as dataset for clustering

2014-06-18 Thread Lars Buitinck
2014-06-18 19:05 GMT+02:00 Abijith Kp : > I would like to use a Json file from which I take the dataset for my > clustering algorithm. The Json would be in the form of a nested dictionary. > It would be great if someone could show me the correct direction regarding > how to load this file(for usage

[Scikit-learn-general] Using json files as dataset for clustering

2014-06-18 Thread Abijith Kp
Hi all, I would like to use a Json file from which I take the dataset for my clustering algorithm. The Json would be in the form of a nested dictionary. It would be great if someone could show me the correct direction regarding how to load this file(for usage purpose) using scikit-learn module, to