
For everyone:
For those with issues on training the models, do this fix:
!pip install -U "fastprogress==1.0.3"
import fastprogress
print("fastprogress:", fastprogress.__version__)Then ensure it is 1.0.3, if it isn’t restart the notebook (theres a restart and clear cell output button on the top right of the notebook page).
Also in the latest titanic surival project, jot down one observation you have on what the model learned or some trend in the data (for example in class we observed that higher ages lead to lower survival rates)
You can reach me at ddjapri@ayclogic.com.
All class notes can be found here.