[scikit-learn] Text categorization with prediction likelihood

2019-10-14 Thread Daniele Nicolodi
Hello, I don't have any formal education on predictive models, thus I hope my questions are not too naive and that the terminology I use is correct enough to make me understood. I'm trying to implement simple text categorization of phrases of a few words (the specific application is categorizatio

Re: [scikit-learn] using numpy repeat

2019-10-14 Thread Nicolas Hug
You're looking for np.tile. It's one of the first google results and it's also linked in the doc of np.repeat. This mailing-list is for questions related to scikit-learn. I think your question would be more appropriate for e.g. stack-overflow. On 10/14/19 1:55 PM, Glenn Schultz via scikit-le

[scikit-learn] using numpy repeat

2019-10-14 Thread Glenn Schultz via scikit-learn
I am tying to repeat an array 3 times using the following numpy.repeat(numpy.linspace(-.5, 3, 8), 3) axis = 0)   although this repeats each element 3 times sequentially. I trying to repeat the array  -.5 -0 .5 ... -5 -0 .5 any suggestions to accomplish this are appreciated.   I am relatively s

[scikit-learn] Announcement -- scikit-image 0.16." released

2019-10-14 Thread Nelle Varoquaux
Hi All, On behalf of the scikit-image team I am pleased to announce that scikit-image 0.16.1 has been released (0.16.0 was never released due to necessary last minute fixes). This release contains many bugs fixes and new features! Please note that we have dropped support for Python 3.5. Announce