import time
start_time = time.time()
predicted = class.predict(pandas_df) #this include the function to test
print((time.time() – start_time))
import time
start_time = time.time()
predicted = class.predict(pandas_df) #this include the function to test
print((time.time() – start_time))