numerblox icon indicating copy to clipboard operation
numerblox copied to clipboard

Solid Numerai pipelines

Results 4 numerblox issues
Sort by recently updated
recently updated
newest added

[NumerBay](https://numerbay.ai/) has a marketplace for [Numerai Signals data](https://numerbay.ai/explore/signals-data). It could be convenient to have a dedicated downloader for these files, akin to `KaggleDownloader`. `NumerBayDownloader` would need some form of authentication...

enhancement

Add graceful failing for Submitter. Sometimes the API submission will fail (but succeed on a retry). In a submission loop for multiple models, it would be helpful to retry submissions...

enhancement
good first issue

The automatically generated link to base classes on Github pages is broken. Probably something to do with path settings in `settings.ini`. Example for `EraQuantileProcessor`. Links to https://crowdcent.github.io/preprocessing.html#BaseProcessor while it should...

bug
documentation

**Context:** Numerblox supports Google Cloud Buckets (GCS) in downloaders and submitters with `download_file_from_gcs`, `upload_file_to_gcs`, `download_directory_from_gcs` and `upload_directory_to_gcs`. However, it always requires the user to have the Numerai data saved locally...

enhancement