fix typo. Correct the wording "global search" to "drift search" in drift search documentation (#1383)

Updated the wording of the example scenario from "global search" to "drift search" to accurately reflect the topic. This improves clarity and ensures the documentation accurately describes its content.

Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
This commit is contained in:
JunHo Kim (김준호) 2024-11-15 07:55:44 +09:00 committed by GitHub
parent 0a5801041a
commit ec9cdcce4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ Below are the key parameters of the [DRIFTSearch class](https://github.com/micro
## How to Use
An example of a global search scenario can be found in the following [notebook](../examples_notebooks/drift_search.ipynb).
An example of a drift search scenario can be found in the following [notebook](../examples_notebooks/drift_search.ipynb).
## Learn More