Iván Higuera Mendieta
Iván Higuera Mendieta
`scikit-learn` operations are based in NumPy and SciPy matrix operations. Both packages offer C-compiled functions to make functions faster. Most of this compelling relies on C libraries like BLAS, ATLAS,...
One good check can be if Numpy was compiled with `open_blas`. You can check that using `np.__config__.openblas_info`. If it returns an empty dictionary, then it wasn't compiled with it and...
More than adding the `crosstabs` parameters to the `postmodeling_config`. I would first suggest to move the code from that repo and move it to Triage. There's an outdated cross tabs...
There's a workaround in `postmodeling` to handle the `crosstabs` part, but ideally, the user would run both components at the same time. We can talk this later, but for now...
Nope, I install the package from CRAN, not from GH.
I have the same problem! R seems to be parsing the `lintr` configuration file correctly, but somehow `languageserver` is not picking up the new configuration. I have tried to change...
This is good, but how can I use a previous `ask` object index to execute a search? that is the part that is not clear in the documentation. In the...
I guess I can get that from the documentation, but again, this is using the CLI, I want to execute this search in Python.