From b2e451a3316aaa3e406222de8a33dcf4ae5179bf Mon Sep 17 00:00:00 2001 From: RichardScottOZ Date: Sat, 23 Nov 2024 05:56:59 +1030 Subject: [PATCH] Noteboook --- sklearn/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sklearn/README.md b/sklearn/README.md index 808a9e7..81b62c9 100644 --- a/sklearn/README.md +++ b/sklearn/README.md @@ -33,7 +33,7 @@ Download the dataset from [here](https://www.kaggle.com/bittlingmayer/amazonrevi ## Run -You can see options and run the code with the lines below. This application is not meant to be run on the noteebok. You may encounter problems if you try to run it on Jupyter Notebook. +You can see options and run the code with the lines below. This application is not meant to be run on the notebook. You may encounter problems if you try to run it on Jupyter Notebook. ```bash $ python3 gridsearch.py --help @@ -59,4 +59,4 @@ In this block you can edit options and change default values for arguments taken @click.option('--jobs', default=-1, help='Number of jobs to execute the search. -1 means all processors.') ``` -In the main function, grid search is performed using GridSearchCV from sklearn library with different parameters depending on the backend chosen. \ No newline at end of file +In the main function, grid search is performed using GridSearchCV from sklearn library with different parameters depending on the backend chosen.