Scott Clark

Results 4 issues of Scott Clark

`scipy` uses this. Academic community seems to be shifting over to this (as of PyCon 2014). Another request by Julian K. http://conda.pydata.org/ Will allow us to build into that ecosystem...

enhancement
P2 - Do next

We should make new .ini files that cripple MOE when a CPU is weak so that the user doesn't have a terrible experience. Example: EPI in docker takes hours, kriging...

enhancement
P1 - Do now

When asking for a new point MOE will complain that the grad cholesky matrix is singular and crash hard. This brings down the whole rest server. A hack is placed...

bug
P1 - Do now

``` moe.tests.optimal_learning.python.cpp_wrappers.expected_improvement_test ExpectedImprovementTest.test_python_and_cpp_return_same_1d_analytic_ei_and_gradient Traceback (most recent call last): File "./moe/tests/optimal_learning/python/cpp_wrappers/expected_improvement_test.py", line 87, in test_python_and_cpp_return_same_1d_analytic_ei_and_gradient self.assert_vector_within_relative(python_grad_ei, cpp_grad_ei, grad_ei_tolerance) File "./moe/tests/optimal_learning/python/optimal_learning_test_case.py", line 62, in assert_vector_within_relative self.assert_scalar_within_relative(value[index], truth[index], tol) File "./moe/tests/optimal_learning/python/optimal_learning_test_case.py", line 41,...

P2 - Do next
testing