-
Is there any help to create a strategy file?
File "C:\Users\Amir\PycharmProjects\poker_ai\poker_ai\terminal\runner.py", line 65, in run_terminal_app
offline_strategy_dict = joblib.load(strateg…
-
Chapter 3 Credit Card Fraud Detection-pandas + sklearn + pytorch.ipynb , cell 10
````
from sklearn.externals import joblib
ImportError: cannot import name 'joblib'
````
It seems now it reco…
-
How can I save a lolopy model?"
I tried to train a model like this:
```
from lolopy.learners import RandomForestRegressor
model = RandomForestRegressor()
model.fit(X, Y)
```
After that, I att…
-
@karlnapf
see
http://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestRegressor.html
The implementation of sklearn's random forest uses `joblib`. Joblib (https://pythonhosted.o…
-
Report from Dennis:
> I have been getting the HDBSCAN ran on the new system and its thrown up a strange warning.
```
/usr/local/lib64/python3.7/site-packages/hdbscan/hdbscan_.py:615: UserWarnin…
-
# Description
There are starting to be locations in `pyhf` where one can start parallelizing certain calculations on behalf of the user (rather than the user explicitly parallelizing). For example,…
-
**Describe the bug**
It seems like the error comes from the `rocket` implementation: [multirocket issue](https://github.com/ChangWeiTan/MultiRocket/issues/2) and [minirocket issue](https://github.co…
-
`experimenter.py` runs multiple calls of `swmmanywhere` as a jobarray.
`njobs = joblib.cpu_count(True) if njobs == -1 else njobs` in `metric_utilities.py/edge_betweenness_centrality` I _think_ is …
-
I've been testing out the GUI on Brown's HPC system (OSCAR). Running simulations with the MPI backend is not working because it's requesting too many processors than the instance allows. The node that…
-
**Describe the bug**
"Hi, I am trying to use region_to_gene in the Snakemake pipeline, but I encountered an error: 'ValueError: Input y contains NaN.'"
**To Reproduce**
```bash
scenicplus grn_…