Tom
Tom
OvR has 10 scores  OvO has 45 scores  But the book say OvO and show 10 scores.
```python from sklearn.base import BaseEstimator class Never5Classifier(BaseEstimator): def fit(self, X, y=None): pass def predict(self, X): return np.zeros((len(X), 1), dtype=bool) ``` I don't understand how this being created. I thought it...
The code show how to save but not say how to use, access it later! So it not meaningful yet.
book is 2nd edition 2019 I don't understand this `sample_incomplete_rows = housing[housing.isnull().any(axis=1)]` why it differ from books
The note book not show the result, only code, it's better with open with colab button
 The book didn't tell how.
When i run in jupyter, show error, but this code run in colab  '[' is not recognized as an internal or external command, operable program or batch file.
I go to the book website but not found the answer https://fastai.github.io/fastbook2e/intro.html#questionnaire and in link the book mention: https://course.fast.ai/
Save edit file xml but when ever restart Oracle the file remain unedited, how to fix this? Have added dracula to this file, increase file size but the file remain...
Successful install but cannot import tpot ## Context of the issue [provide more detailed introduction to the issue itself and why it is relevant] [the remaining entries are only necessary...