Skip to content

Instantly share code, notes, and snippets.

@ShuaiGuo16
Last active January 23, 2021 18:57
Show Gist options
  • Save ShuaiGuo16/d7acf9400fd2ca5a2958f460c1b3d762 to your computer and use it in GitHub Desktop.
Save ShuaiGuo16/d7acf9400fd2ca5a2958f460c1b3d762 to your computer and use it in GitHub Desktop.
Load packages
# import all packages and set plots to be embedded inline
import numpy as np
import matplotlib.pyplot as plt
from scipy.optimize import minimize
from scipy.optimize import Bounds
from pyDOE import lhs
from sklearn.preprocessing import MinMaxScaler
from sklearn.pipeline import Pipeline
%matplotlib inline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment