From fa1a10804b3fae8e48e1cb1b7c858c21a84ebfea Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Thu, 15 Jul 2021 08:30:07 +0300 Subject: [PATCH] [~] Refactor --- d1/jigsaw_toxic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d1/jigsaw_toxic.py b/d1/jigsaw_toxic.py index 00050d9..303382d 100644 --- a/d1/jigsaw_toxic.py +++ b/d1/jigsaw_toxic.py @@ -52,7 +52,7 @@ from keras.callbacks import EarlyStopping import matplotlib.pyplot as plt import seaborn as sns -%matplotlib inline +#%matplotlib inline from plotly import graph_objs as go import plotly.express as px import plotly.figure_factory as ff