vrossum
vrossum
Hi I would like to use BLIS in combination with numpy. Can it be used as drop-in replacement for libblas? Ubuntu has the update-alternative system to specify alternatives libraries, but...
Cell: def run(minimizer, n_iter=5): return [minimizer(func, bounds, n_calls=n_calls, random_state=n) for n in range(n_iter)] dummy_res = run(dummy_minimize) gp_res = run(gp_minimize) rf_res = run(partial(forest_minimize, base_estimator="RF")) et_res = run(partial(forest_minimize, base_estimator="ET")) Error: File ~/anaconda3/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:97,...
I get a build error on Ubuntu22.04 configure: error: libtracefs is required but was not found > apt install -y libtracefs1 returns already installed
Hi Maybe this does not quite belong here, but it would be nice to have instructions that say how to make bluetooth recognize and use the library.
Hi I get the no printer found error. Even after: snap remove acrordrdc snap install acrordrdc snap connect acrordrdc:removable-media snap connect acrordrdc:cups-control Anyway to further debug this?
Hi It would be great if it can be updated. I currently get 2 errors: 1. import pymc.sampling_jax ModuleNotFoundError: No module named 'pymc.sampling_jax' This can be fixed by using import...