-
Please ignore that unit which is failing because missing `matplotlib`
Just normal build, install and test cycle used on building package from non-root account:
- "setup.py build"
- "setup.py instal…
-
From the 2nd tutorial:
```
import numpy as np
import pandas as pd
from autoimpute.imputations import SingleImputer
toy_df = pd.DataFrame({
"age": np.random.choice(np.arange(20,80), 50),
…
-
### Describe the issue:
SVD "fails to converge". Same thing happens when I uses `scipy.linalg.svd` regardless of whether I use `lapack_driver='gesvd'` or `lapack_driver='gesdd'`.
Likely an OpenBLA…
-
Ubuntu 20.04 is the latest Ubuntu runner on GitHub Actions, and I would like to use it because I am having trouble with version 18.04 ([background here](https://github.community/t/trouble-installing-l…
-
Running through the imputation_demo vignette code with either the standard `airquality` or `quakes` datasets generates the following error from the `complete()` function:
```
Error in cat_cols[[i]…
-
## What just happened?
The REG_API is supposed to allow you to add a new user to a group that you are an owner or officer of. However, after a user has been created and the accounts.secondlife.com …
-
Anna ran across a bug this morning.
In Pyomo 5.5, the following code will cause a model to be constructed with `numpy.ndarray` objects that results in an empty model (?) being sent to the solver. E…
-
I am writing a program using the **xor_gen_base()** function in **raid_base.c** file, but I meet an issue. The details are as follows.
```
int xor_gen_base(int vects, int len, void **array)
{…
-
https://mp.weixin.qq.com/s/EY4psNxQRIs0c-9OXhDUqA
ixxmu updated
3 years ago
-
Hi
Thank you for your great work. opencl-ruby is the best way to use the GPU in Ruby as far as I know . I'd appreciate it if you could support new NArray class library Ruby/Numo::NArray .
Thank you. …