Skip to content

Instantly share code, notes, and snippets.

@analyticsindiamagazine
Created November 27, 2019 03:51
Show Gist options
  • Save analyticsindiamagazine/22f5afa366c7bfdfc02403b98d5b5cf2 to your computer and use it in GitHub Desktop.
Save analyticsindiamagazine/22f5afa366c7bfdfc02403b98d5b5cf2 to your computer and use it in GitHub Desktop.
#Importing tensorflow 2
try:
%tensorflow_version 2.x #gpu
except Exception:
pass
import tensorflow as tf
#Installing the What-If Tool widget
try:
!pip install --upgrade witwidget
except:
pass
#importing other libraries
import pandas as pd
import numpy as np
import functools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment