Skip to content

Releases: numerai/numerai-predict

v1.2.0

09 Nov 19:03
c4d327c
Compare
Choose a tag to compare

What's Changed

  • check that predictions are between 0 and 1 by @ndharasz in #30
  • Adds treelite package by @pschork in #31
  • Set default --dataset value to v4.2/live_int8.parquet by @pschork in #32
  • Tag public docker images with git ref by @pschork in #33

Full Changelog: v1.1.0...v1.2.0

v1.1.0

22 Aug 01:27
799a1ae
Compare
Choose a tag to compare

All new model uploads must depend on LightGBM >= v4 moving forward.

LightGBM v3.3.5 End-of-Life

If your model pipeline still depends on LightGBM v3, (for a limited time) you can select one of the End-of-Life LightGBM v3 Python versions. These EOL versions will not be updated or patched ever. We recommend all model upload users upgrade to LightGBM v4 now.

image

What's Changed

  • Lightgbm v4.0.0
  • Numerblox added
  • Polars added

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 Jun 01:05
ccc8b4e
Compare
Choose a tag to compare

What's Changed

  • Initial model prediction runtime with support for presigned model get and output post URLS by @pschork in #1
  • Update make release target by @pschork in #2
  • Add release target for py3.10 and py3.11 by @pschork in #3
  • add py3.9 deployment action by @ndharasz in #6
  • remove problematic makefile commands, add 3.10 and 3.11 image release actions by @ndharasz in #7
  • fix region by @ndharasz in #9
  • replace ecr-public w/ ecr by @ndharasz in #10
  • fix dockerfiles by @ndharasz in #11
  • Add support for local dataset file path to be specified by @pschork in #12
  • fix status code check by @ndharasz in #13
  • Additional error handling for invalid pickle types by @pschork in #14
  • add more error handling by @ndharasz in #15
  • Maintain model name by @pschork in #16
  • Dockerize releases by @pschork in #17

New Contributors

Full Changelog: https://github.com/numerai/numerai-predict/commits/v1.0.0