Skip to content

Commit aa6eb47

Browse files
authored
Merge pull request #3 from project-codeflare/yuanchi2807-patch-1
Update fit_and_score.md
2 parents bccf43e + e506ea6 commit aa6eb47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/source/examples/fit_and_score.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ limitations under the License.
2121
We use a sklearn pipeline example Comparing Nearest Neighbors with and without Neighborhood Components Analysis to demonstrate how to define, fit and score multiple classifiers with CodeFlare (CF) Pipelines. The sklearn and CF pipeline notebook is published here [here](https://github.com/project-codeflare/codeflare/blob/main/notebooks/plot_nca_classification.ipynb)
2222
This example plots the class decision boundaries given by a Nearest Neighbors classifier when using the Euclidean distance on the original features, versus using the Euclidean distance after the transformation learned by Neighborhood Components Analysis. Its output is pictorially illustrated with colored decision boundaries like the pictures below.
2323

24-
This example plots the class decision boundaries given by a Nearest Neighbors classifier when using the Euclidean distance on the original features, versus using the Euclidean distance after the transformation learned by Neighborhood Components Analysis. Its output is pictorially illustrated with colored decision boundaries like the pictures below.
25-
2624
![](../images/classification_and_score_1.jpeg)
2725

2826
Classification score and boundaries of KNN with k=1
@@ -97,4 +95,4 @@ Classification score and boundaries of KNN with k=1
9795

9896
Classification score and boundaries of KNN with Neighborhood Component Analysis
9997

100-
The Jupyter notebook of this example is available [here](https://github.com/project-codeflare/codeflare/blob/main/notebooks/plot_nca_classification.ipynb) to demonstrate how one might translate sklearn pipelines to Codeflare pipelines that take advantage of Ray's distributed processing. Please try it out and let us know what you think.
98+
The Jupyter notebook of this example is available [here](https://github.com/project-codeflare/codeflare/blob/main/notebooks/plot_nca_classification.ipynb) to demonstrate how one might translate sklearn pipelines to Codeflare pipelines that take advantage of Ray's distributed processing. Please try it out and let us know what you think.

0 commit comments

Comments
 (0)