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

I am referring to [this line](https://github.com/numerai/example-scripts/blob/91de57a9099e02fed630b08f68935a6e03e2b3e9/example_model_sunshine.py#L102). I believe the median value of the features should be computed on a per-era basis to avoid introducing biases.

When for example `pred_target_janet_v4_20` is the `best_pred_col` variable. Than its unfindable in the validation_data at: `validation_data["prediction"] = validation_data[best_pred_col].rank(pct=True)`. This is because here the column is defined as: `pred_target_janet_v4_20_downsample(x)`. Here is...

Hi, your project example-scripts requires "halo==0.0.31" in its dependency. After analyzing the source code, we found that some other versions of halo can also be suitable without affecting your project,...