Releases: numerai/numerai-predict
Releases · numerai/numerai-predict
v1.2.0
v1.1.0
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](https://private-user-images.githubusercontent.com/354473/262219468-4fabffb3-6af4-45c6-a662-13ee7481ac32.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MjM5NDQsIm5iZiI6MTczOTUyMzY0NCwicGF0aCI6Ii8zNTQ0NzMvMjYyMjE5NDY4LTRmYWJmZmIzLTZhZjQtNDVjNi1hNjYyLTEzZWU3NDgxYWMzMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwOTAwNDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iYzQxZTEyOTkzYjY0OWM1MDE4NjJkMzc4YjUzZTI1Njc3OTgzZmFjN2M2ZDU1Y2ZhNDE2MjNlMDY2YTg5MzRkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.T8AokcwtIeuKMq-6H3FcpvgxfCIL-NOEkbBsCK8-SpM)
What's Changed
- Lightgbm v4.0.0
- Numerblox added
- Polars added
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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