2013/9/3 David Reed :
> Thanks Jake, I will look into this more. Is this the proper forum to ask
> questions about its implementation if I am confused?
Yes it is.
--
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel
On Tue, Sep 3, 2013 at 6:31 PM, Olivier Grisel wrote:
> 2013/9/3 Gael Varoquaux :
>> On Tue, Sep 03, 2013 at 02:39:04PM -0400, Skipper Seabold wrote:
>>> from numpy.distutils.system_info import get_info
>>> blas_info = get_info('blas_opt', 0)
>>> blas_info.get('define_macros')
>>
>> I don't know.
I think it still runs on my machine. I'm looking into it ...
On Tue, Sep 3, 2013 at 11:57 AM, Jaques Grobler wrote:
> Hmm i've no idea.. I can do a manual update in the meanwhile, but I don't
> know why cron job hasn't been doing it :\
>
>
> 2013/9/3 Andreas Mueller
>
>> Hey again.
>> So it see
On Tue, Sep 03, 2013 at 02:39:04PM -0400, Skipper Seabold wrote:
> from numpy.distutils.system_info import get_info
> blas_info = get_info('blas_opt', 0)
> blas_info.get('define_macros')
I don't know.
> My numpy is linked against openblas, and I don't have a
> 'define_macros' key, so I don't know
2013/9/3 Gael Varoquaux :
> On Tue, Sep 03, 2013 at 02:39:04PM -0400, Skipper Seabold wrote:
>> from numpy.distutils.system_info import get_info
>> blas_info = get_info('blas_opt', 0)
>> blas_info.get('define_macros')
>
> I don't know.
>
>> My numpy is linked against openblas, and I don't have a
>>
Just to be sure, you CAN'T expect sum to always have the same result in
float{32,64,128}. This is a properties of float numbers, but if you add
precission, you can hide this problem in some/most case.
Fred
On Sun, Aug 25, 2013 at 4:30 PM, Matthieu Brucher <
matthieu.bruc...@gmail.com> wrote:
>
Hi,
I'm looking at the build of scikit-learn for guidance on some
statsmodels improvements, and I'm wondering about this in the
setup.py. What could this do?
from numpy.distutils.system_info import get_info
blas_info = get_info('blas_opt', 0)
blas_info.get('define_macros')
My numpy is linked aga
Thanks Jake, I will look into this more. Is this the proper forum to ask
questions about its implementation if I am confused?
On Tue, Sep 3, 2013 at 10:41 AM, Jacob Vanderplas wrote:
> Dave,
> Have you looked at the source of the GMM estimator in scikit-learn? It's
> a pretty concisely imple
2013/9/3 Andreas Mueller :
> On 09/03/2013 04:40 PM, Fabian Pedregosa wrote:
>> I think it still runs on my machine. I'm looking into it ...
>>
> Thanks. If you don't want to take care of it, I guess we could move it
> somewhere else?
> I am not sure if we can build on readthedocs because of the bl
Dave,
Have you looked at the source of the GMM estimator in scikit-learn? It's a
pretty concisely implemented EM algorithm:
https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/mixture/gmm.py#L451
Jake
On Tue, Sep 3, 2013 at 7:36 AM, David Reed wrote:
> Hi there,
>
> Does anyone
On 09/03/2013 04:40 PM, Fabian Pedregosa wrote:
> I think it still runs on my machine. I'm looking into it ...
>
Thanks. If you don't want to take care of it, I guess we could move it
somewhere else?
I am not sure if we can build on readthedocs because of the blas /
fortran requirements.
But we h
Hi there,
Does anyone have a resource for a good example of an EM algorithm in code,
not math? I just want something workable that cuts through the theory.
Thanks,
Dave
--
Learn the latest--Visual Studio 2012, SharePoint
I do not know what the problem is because I cannot even reproduce it. I
will fix it as soon as I can figure it out. In the meantime, I've
submitted this pull request to skip the test, so builds do not fail:
[1]https://github.com/scikit-learn/scikit-learn/pull/2415
On Mon, Sep 2, 2013, at 08
Hmm i've no idea.. I can do a manual update in the meanwhile, but I don't
know why cron job hasn't been doing it :\
2013/9/3 Andreas Mueller
> Hey again.
> So it seems the dev website hasn't been updated for weeks.
> Does anyone know what happened to the cron job?
> Fabian? Gael? Jaques?
>
> Th
Hey again.
So it seems the dev website hasn't been updated for weeks.
Does anyone know what happened to the cron job?
Fabian? Gael? Jaques?
Thanks :)
Andy
On 08/26/2013 07:18 PM, Andreas Mueller wrote:
> Hey everybody.
> I just noticed the dev website wasn't build for some time.
> Wasn't there a
15 matches
Mail list logo