Eric Liu

Results 60 comments of Eric Liu

Cool! Yay speedups :) I don't think I understand how carray works under the hood enough to offer much intelligence here :/ I was also asking about the case where...

Basically like I said, I don't think I have any good ideas :( Maybe you see a path through it? The use case is for example (down)loading data, doing some...

This is also an option: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#line-blocks

Sorry I've been gone for so long! See: #448 for details. I believe those dirs being not found is ok. As for the error in your compilation, that looks like...

Cool! Glad that worked. Oh gcc 5... yeah I haven't really worked with gcc 5 yet; I've been using icc for my MOE stuff. I know gcc 5's templating stuff...

here's one request for kriging that generates NaNs: `{"domain_info": {"dim": 1, "domain_bounds": [{"max": 1.0, "min": 0.0}]}, "gp_historical_info": {"points_sampled": [{"value_var": 1.0e-12, "value": 0.1, "point": [0.0]}, {"value_var": 1.0e-12, "value": 0.2, "point": [1.0]}]},...

before assigning this as a newhire, let's flesh out a more concrete plan

As an addendum to this, we have a lot of colander schemas that contain the same information as various Python objects (like SamplePoint, HistoricalData, CovarianceInterface implementations, GaussianProcess, NewtonParameters, etc. all...

This is less about whether the underflow adjustment is needed (it is) but whether adding it to EVERY entry of variance is necessary. I think you only need to modify...

Hi @cancan101, MOE doesn't really persist anything for you. The REST interface is stateless, so if you're using that, you have to save results yourself. If you've connected to the...