Software Engineering for Data Scientists (MEAP V03)

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

These easy to learn and apply software engineering techniques will radically improve collaboration, scaling, and deployment in your data science projects. In Software Engineering for Data Scientists you’ll learn to improve performance and efficiency by Using source control Handling exceptions and errors in your code Improving the design of your tools and applications Scaling code to handle large data efficiently Testing model and data processing code before deployment Scheduling a model to run automatically Packaging Python code into reusable libraries Generating automated reports for monitoring a model in production Software Engineering for Data Scientists presents important software engineering principles that will radically improve the performance and efficiency of data science projects. Author and Meta data scientist Andrew Treadway has spent over a decade guiding models and pipelines to production. This practical handbook is full of his sage advice that will change the way you structure your code, monitor model performance, and work effectively with the software engineering teams. about the technology Many basic software engineering skills apply directly to data science! As a data scientist, learning the right software engineering techniques can save you a world of time and frustration. Source control simplifies sharing, tracking, and backing up code. Testing helps reduce future errors in your models or pipelines. Exception handling automatically responds to unexpected events as they crop up. Using established engineering conventions makes it easy to collaborate with software developers. This book teaches you to handle these situations and more in your data science projects.

Author(s): Andrew Treadway
Publisher: Manning Publications
Year: 2023

Language: English
Pages: 319

MEAP_VERSION_3
Welcome
1_Introducing_engineering_principles
2_Source_control_for_data_scientists
3_How_to_write_robust_code
4_Object-oriented_programming_for_data_scientists
5_Creating_progress_bars_and_time-outs_in_Python
6_Making_your_code_faster_and_more_efficient
7_Memory_management_with_Python
8_Alternatives_to_Pandas
9_Putting_your_code_into_production