fastbook
fastbook copied to clipboard
The fastai book, published as Jupyter Notebooks
All of the columns are still displayed, and the limit is set on the number of rows instead.
I've assigned student to install jupyter lab and run the fastbook notebooks. We have now noticed failures for importing fastai features when students are running the latest Python 3.12, on...
lesson 2, getting this error, how to fix this? dls = bears.dataloaders(path) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 dls = bears.dataloaders(path) 6 frames [/usr/local/lib/python3.10/dist-packages/fastai/data/core.py](https://localhost:8080/#)...
This is ZH translation of this book that I finished recently. I hope it can be merged to this repo through a new branch if possible.
I thought it would be a great idea to add a Turkish README , so Turkish people can **keep in touch** with this high-quality educational material.
hey first of all - thank you very much for this course. I'm slowly going through it and I feel like a student again. Which has both good and bad...
The function `sklearn.inspection.plot_partial_dependence` is not implemented in newer scikit-learn versions. For example, when trying to execute the partial dependence example from chapter 09_tabular.ipynb in "Model Interpretation -> Partial Dependence" I...
The dtreeviz call in this book only works with dtreeviz 1.x. I tried to update the method call to use version 2, but I don't know enough about the library...
I think output in the markdown cell does not match the description below it.
Want to start by saying I understand why the author chose to use pyTorch for the code samples in MINST. As this is currently the industry standard and bleeping edge...