Skip to content

Commit

Permalink
imports sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriy42 committed Jul 9, 2020
1 parent f7ea246 commit 816d897
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"outputs": [],
"source": [
"# obligatory import statements\n",
"from sympy import symbols, log, sqrt, Piecewise\n",
"from sympy.functions import Abs\n",
"from sympy.plotting import plot\n",
"from matplotlib import pyplot as pl\n",
"import numpy as np\n",
"from sklearn.metrics import mean_squared_error, mean_squared_log_error, mean_absolute_error\n",
"from matplotlib import pyplot as pl\n",
"from scipy.optimize import minimize\n",
"from scipy.ndimage import median_filter\n",
"from scipy.stats.kde import gaussian_kde"
"from scipy.stats.kde import gaussian_kde\n",
"from sklearn.metrics import mean_squared_error, mean_squared_log_error, mean_absolute_error\n",
"from sympy import symbols, log, sqrt, Piecewise\n",
"from sympy.functions import Abs\n",
"from sympy.plotting import plot"
]
},
{
Expand Down Expand Up @@ -479,4 +479,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 816d897

Please sign in to comment.