This commit is contained in:
Jeremy Howard
2020-08-21 12:36:27 -07:00
parent 5cf040c55c
commit efff9626b0
34 changed files with 283 additions and 83 deletions

View File

@@ -1,5 +1,5 @@
# Numpy and pandas by default assume a narrow screen - this fixes that
from fastai2.vision.all import *
from fastai.vision.all import *
from nbdev.showdoc import *
from ipywidgets import widgets
from pandas.api.types import CategoricalDtype