Re: [scikit-learn] scikit-learn-contrib: building Cython, cpp files

2018-05-31 Thread Joris Van den Bossche
Hi Dylan, In case you are still looking for a solution:I didn't directly find good templates for packages that depend on cython (there are quite some, but from quickly looking at them, I didn't find a simple one), but you can maybe have a look at one of the other scikit-learn-contrib packages that

Re: [scikit-learn] PyCM: Multiclass confusion matrix library in Python

2018-05-31 Thread Stuart Reynolds
Hi Sepand, Thanks for this -- looks useful. I had to write something similar (for the binary case) and wish scikit had something like this. I wonder if there's something similar for the binary class case where, the prediction is a real value (activation) and from this we can also derive - CMs fo

[scikit-learn] PyCM: Multiclass confusion matrix library in Python

2018-05-31 Thread Sepand Haghighi via scikit-learn
PyCM is a multi-class confusion matrix library written in Python that supports both input data vectors and direct matrix, and a proper tool for post-classification model evaluation that supports most classes and overall statistics parameters. PyCM is the swiss-army knife of confusion matrices,

[scikit-learn] Possible Feature Suggestions.

2018-05-31 Thread Lekan Wahab
Hello, new contributor here. I've been meaning to contribute to the library for a while now but I haven't found anything easy or clearenough for me to. While going through the source today, I noticed some possible features I could implement and would love to run it by the team here to see which is