This repository contains the codebase used in the research conducted for the paper titled "Benchmarking Cryptocurrency Forecasting Models in the Context of Data Properties and Market Factors." The study involved a rigorous assessment of thirteen different time series forecasting models over twenty-one cryptocurrencies and four distinct time frames.
This release features stability improvements and API clean-ups across the Ray libraries.
In Ray Serve, we are deprecating the previously experimental DAG API for deployment graphs. Model composition will be supported through deployment handles providing more flexibility and stability. The previously deprecated Ray Serve 1.x APIs have also been removed. We’ve also added a new Java APIs that aligns with the Ray Serve 2.x APIs. More API changes in the release notes below.
In RLlib, we’ve moved 24 algorithms into rllib_contrib (still available within RLlib for Ray 2.8).
We’ve added support for PyTorch-compatible input files shuffling for Ray Data. This allows users to randomly shuffle input files for better model training accuracy. This release also features new Ray Data datasources for Databricks and BigQuery.
On the Ray Dashboard, we’ve added new metrics for Ray Data in the Metrics tab. This allows users to monitor Ray Data workload including real time metrics of cluster memory, CPU, GPU, output data size, etc. See the doc for more details.
Ray Core now supports profiling GPU tasks or actors using Nvidia Nsight. See the documentation for instructions.
We fixed 2 critical bugs raised by many kuberay / ML library users, including a child process leak issue from Ray worker that leaks the GPU memory (#40182) and an job page excessive loading time issue when Ray HA cluster restarts a head node (#40742)
Python 3.7 support is officially deprecated from Ray.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps ray from 2.4.0 to 2.8.0.
Release notes
Sourced from ray's releases.
... (truncated)
Commits
dd270c8
[Doc][KubeRay] Add a doc for RayService high-availability (#40672) (#40870)d7dcc7a
[Doc][KubeRay] Doc for Helm chart RBAC (#40360) (#40871)105355b
fix (#40848)1f8fcac
cast size bytes to int (#40820)e82c801
[data] Revert default block size back to 512MiB (#40765)60b7b61
[docs] fix from Kapa for clipped Ray logo in Ask AI button (#40709) (#40728)e101b41
[Doc][KubeRay] Upgrade KubeRay and CRD versioning (#40555) (#40722)7dfb173
[GCS FT] Mark job as finished for dead node (#40431) (#40742)c9165eb
Revert "[core][dashboard] Task backend GC policy - worker update [1/3] (#387...25fae25
make submission id show as default over core job id. Fix download logs button...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show