How to check a function profile in detail using profiler

OLYMPUS DIGITAL CAMERA

profiling and timing code: link

%load_ext line_profiler
predicted = predict(pandas_df) #put the function to get profile from
%prun predict(pandas_df)

Be the first to comment

Leave a Reply

Your email address will not be published.


*