From cc870e2076ef043b5bb36a44c3d8d8021354037e Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 9 Nov 2021 21:24:08 +1100 Subject: [PATCH] docs: Fix a few typos There are small typos in: - README.md - pyrallel/model_selection.py Fixes: - Should read `transferred` rather than `transfered`. - Should read `evaluation` rather than `evalutation`. --- README.md | 2 +- pyrallel/model_selection.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b6270c..8814c30 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ tasks. - do not try to invent new set of high level programming abstractions (yet): use a low level programming model (IPython.parallel) to finely - control the cluster elements and messages transfered and help identify + control the cluster elements and messages transferred and help identify what are the practical underlying constraints in distributed machine learning setting. diff --git a/pyrallel/model_selection.py b/pyrallel/model_selection.py index 241ce81..0429d2d 100644 --- a/pyrallel/model_selection.py +++ b/pyrallel/model_selection.py @@ -90,7 +90,7 @@ def reset(self): # Abort any other previously scheduled tasks self.abort() - # Schedule a new batch of evalutation tasks + # Schedule a new batch of evaluation tasks self.task_groups, self.all_parameters = [], [] # Collect temporary files: