example-scripts icon indicating copy to clipboard operation
example-scripts copied to clipboard

A collection of scripts and notebooks to help you get started quickly.

Results 24 example-scripts issues
Sort by recently updated
recently updated
newest added

Trying to run `example_model.py` on Windows 10, 8GB RAM notebook results in following crash: (numer.ai) C:\Users\lsadmin\Documents\numer.ai\example-scripts>python example_model.py Downloading dataset files... 2022-05-17 16:01:22,904 INFO numerapi.utils: target file already exists 2022-05-17 16:01:22,906...

Dear developers, I was wondering about the choice of using `pandas.to_pickle` to save models. In particular I have two questions: - why `pandas.to_pickle` instead of the python pickle module? Does...

Code added to download data not included in current example_model_advanced.py script. Otherwise script won't finish successfully unless data has already been download manually or by running another script that happens...

`download_data` is no longer present in `utils`. This causes an import error at run time. This PR removes now redundant `download_data` from the imports in this script.

Trying to compile `example_model.py`, but I am getting this error. I even tried running it with `sudo` but it didn't work. Any help would be nice .

## System - 2017 Macbook Pro 15-inch - macOS Big Sur v11.5.2 - python 3.7.9 ## Problem ``` (venv) anson ~/numerai/example-scripts (master) $ python3 example_model.py Traceback (most recent call last):...

Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

``` Installing collected packages: numpy Attempting uninstall: numpy Found existing installation: numpy 1.21.0 Uninstalling numpy-1.21.0: Successfully uninstalled numpy-1.21.0 ERROR: pip's dependency resolver does not currently take into account all the...

There was an error in computing the mean correlation of the selected alternative targets with the crysus target in the "Evaluating the performance of each model" section