Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Update Introductory_modules/Introduction_to_Ray_AI_Runtime.ipynb
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Kaczmarek <kamil@anyscale.com>
  • Loading branch information
kamil-kaczmarek authored Oct 24, 2023
1 parent a423205 commit d02c7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Introductory_modules/Introduction_to_Ray_AI_Runtime.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
"source": [
"**Coding exercise**\n",
"\n",
"Ray AIR provides several [preprocessors out of the box](https://docs.ray.io/en/latest/data/preprocessors.html#types-of-preprocessors) and also supports the implementation of [custom preprocessors](https://docs.ray.io/en/latest/data/preprocessors.html#implementing-custom-preprocessors). Later on, you can compare model performance between the given preprocessor and your custom configuration.\n",
"Ray provides several [preprocessors out of the box](https://docs.ray.io/en/latest/data/preprocessors.html#types-of-preprocessors) and also supports the implementation of [custom preprocessors](https://docs.ray.io/en/latest/data/preprocessors.html#implementing-custom-preprocessors). Later on, you can compare model performance between the given preprocessor and your custom configuration.\n",
"\n",
"Select a [built-in](https://docs.ray.io/en/latest/data/preprocessors.html#built-in-preprocessors) `Preprocessor` and use `fit_transform()` to [apply it](https://docs.ray.io/en/latest/data/api/preprocessor.html#fit-transform-apis) to the dataset. Visualize the results (perhaps using the [integration with pandas](https://docs.ray.io/en/latest/data/api/input_output.html#ray.data.from_pandas) to generate a histogram view)\n",
"\n",
Expand Down

0 comments on commit d02c7e1

Please # to comment.