justinetaylor / mids-w207-final-project

Clear Cut Solution - https://www.kaggle.com/c/forest-cover-type-prediction
1 stars 1 forks source link

containerization #24

Open blulightspecial opened 4 years ago

blulightspecial commented 4 years ago

We might should put together a docker container to run this. I'm running into dependency issues.

Tensorflow

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"

Seaborne

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