Skip to content

Commit

Permalink
[DOCS] Fix broken link to Ray Datasets docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Jul 25, 2023
1 parent b13bdf8 commit afd8807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dataframe_comparison.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Ray Datasets

Ray Datasets make it easy to feed data really efficiently into Ray's model training and inference ecosystem. Datasets also provide basic functionality for data preprocessing such as mapping a function over each data item, filtering data etc.

However, Ray Datasets are not a fully-fledged Dataframe abstraction (and `it is explicit in not being an ETL framework for data science <https://docs.ray.io/en/latest/data/faq.html#what-should-i-not-use-ray-datasets-for>`_) which means that it lacks key features in data querying, visualization and aggregations.
However, Ray Datasets are not a fully-fledged Dataframe abstraction (and `it is explicit in not being an ETL framework for data science <https://docs.ray.io/en/latest/data/overview.html#ray-data-overview>`_) which means that it lacks key features in data querying, visualization and aggregations.

Instead, Ray Data is a perfect destination for processed data from DaFt Dataframes to be sent to with a simple :meth:`df.to_ray_dataset() <daft.DataFrame.to_ray_dataset>` call. This is useful as an entrypoint into your model training and inference ecosystem!

0 comments on commit afd8807

Please sign in to comment.