Results 8 comments of Skand

I guess no! As of now division of expressions with expressions is not implemented!

Can you once again check the `data_mat` variable and print out it's `keys()`. From the error above it shows that your `data_mat` has different dictionary structure.

Could you paste here the error that you'd got? Can you also share the script that you'd used to run?

Hello, I'm in the process of adding this feature, but for the time being, you can keep the `.mat` file as is and put your image in the `images` folder...

Can you elaborate on what the problem / error is? Did you try compiling the `script.sh`? If so, what was the error?

Hey @zoq! I tried to run the benchmarks as suggested by you i.e I ran the following command `make run BLOCK=mlpack METHODBLOCK=KMEANS MLPACK_BIN=/home/skand/Documents/mlpack/build/bin/ MLPACK_BIN_DEBUG=/home/skand/Documents/mlpack/build/bin/`. But I am still getting some...

Just as @IlievskiV had mentioned it is better to have an exceptions base class that all other modules would extend. Also the base class would contain generic exceptions like the...

Hello, I think the problem is the code base runs with `Python 2.7` and you seem to have `Python 3` and above. I believe installing `python 2.7` shouldn't raise this...