From d02c7e1bba2a821fd70e0d7459ac0a4aa3902be7 Mon Sep 17 00:00:00 2001 From: Kamil Kaczmarek Date: Tue, 24 Oct 2023 10:47:08 -0700 Subject: [PATCH] Update Introductory_modules/Introduction_to_Ray_AI_Runtime.ipynb Signed-off-by: Kamil Kaczmarek --- Introductory_modules/Introduction_to_Ray_AI_Runtime.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introductory_modules/Introduction_to_Ray_AI_Runtime.ipynb b/Introductory_modules/Introduction_to_Ray_AI_Runtime.ipynb index ab621e1..8bfeb16 100644 --- a/Introductory_modules/Introduction_to_Ray_AI_Runtime.ipynb +++ b/Introductory_modules/Introduction_to_Ray_AI_Runtime.ipynb @@ -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",