Open blulightspecial opened 4 years ago
We might should put together a docker container to run this. I'm running into dependency issues.
tf.enable_eager_execution()
thows an error because I have the newest version of tensor flow (apparently) and it doesn't have this function. It's always just running "eagerly"
sns.displot(train_df["Cover_Type"],rug=True)
throws an error because I'm 1 release behind on seaborne and they released the displot() and histplot() in the newest version
displot()
histplot()
We might should put together a docker container to run this. I'm running into dependency issues.
Tensorflow
thows an error because I have the newest version of tensor flow (apparently) and it doesn't have this function. It's always just running "eagerly"
Seaborne
throws an error because I'm 1 release behind on seaborne and they released the
displot()
andhistplot()
in the newest version