Skip to content

Commit

Permalink
Add catboost and quantile-forest
Browse files Browse the repository at this point in the history
* Add catboost and quantile-forest

* Update changelog

---------

Co-authored-by: Jay Qi <jayqi@users.noreply.github.com>
  • Loading branch information
jayqi and jayqi committed Dec 6, 2023
1 parent d86062a commit 2eb5bde
Show file tree
Hide file tree
Showing 7 changed files with 924 additions and 312 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## December 6, 2023 (2)

- Added the following packages to the runtime environment:
- catboost v1.2.2
- quantile-forest v1.2.3

## December 6, 2023

- Fixed an issue during code execution where the mounted data drive appeared empty when scanning for files with `glob`, `listdir`, or `iterdir` due to a transient effect from mounting. The supervisor code now waits up to 30 seconds for scanning to return results before running your code.
Expand Down
Loading

0 comments on commit 2eb5bde

Please sign in to comment.