profiling and timing code: link
%load_ext line_profiler
predicted = predict(pandas_df) #put the function to get profile from
%prun predict(pandas_df)
profiling and timing code: link
%load_ext line_profiler
predicted = predict(pandas_df) #put the function to get profile from
%prun predict(pandas_df)