Vladimir Feinberg
Vladimir Feinberg
I am OP from the [original stack exchange question](http://mathematica.stackexchange.com/questions/41520/is-mathematica-compatible-with-primusrun). I would like to confirm this behavior here for Ubuntu 12.04 x86 (64-bit), Mathematica version 9.0.1.
Confirming that davincix's solution worked. Thanks!
This PR shoul unskip the following: test_cv_lasso_with_mllib_featurization (spark_sklearn.tests.test_grid_search_2.CVTests) ... SKIP: disable this test until we have numpy dataframe conversion
Also blocking this test from being unskipped: test_gapply_python_only_udt_val (spark_sklearn.tests.test_gapply.GapplyTests) ... SKIP: python only UDTs can't be nested in arraytypes for now, see SPARK-15989
Awesome, thanks for pointing me to it! For anyone else coming in to this issue, to save you some sleuthing I needed to do: `?sytrf`/`?hetrf` perform the Bunch–Kaufman factorization. Sec...
I was considering using `ndarray-linalg` for a least squares problem, and @jedbrown raises a good point! Householder info would be very convenient if that's an acceptable sidestep. For least squares,...
thanks! i've been seeing a related problem now: 2018-02-04 22:39:16.960722: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1093] Ignoring visible gpu device (device: 0, name: Tesla M60, pci bus id: 0000:00:1b.0, compute capability: 5.2) with Cuda...
Yeah, looks like the divergences are fixed! Feel free to close upon merge.
Yes, I can take a look at this, but it might take me a little bit -- internally I'll need to get the new version of the scipy code running.