Skip to content

Instantly share code, notes, and snippets.

@TuringNPcomplete
Created October 29, 2021 17:20
Show Gist options
  • Save TuringNPcomplete/f89b961b8df4e10a67352d58ecb3b4ed to your computer and use it in GitHub Desktop.
Save TuringNPcomplete/f89b961b8df4e10a67352d58ecb3b4ed to your computer and use it in GitHub Desktop.
#Importing all the required modules
!pip install -Uqq fastbook
import fastbook
fastbook.setup_book()
from fastai.vision import *
from fastbook import *
houses_df = pd.DataFrame({"House_No": ["1A", "2B", "3C"], "Median_Income": [145000, 50000, 10000]})
houses_df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment