Code Monkey home page Code Monkey logo

building-data-science-solutions-with-anaconda's Introduction

Packt Conference

3 Days, 20+ AI Experts, 25+ Workshops and Power Talks

Code: USD75OFF

Building Data Science Solutions with Anaconda

Building Data
Science Solutions with Anaconda

This is the code repository for Building Data Science Solutions with Anaconda, published by Packt.

A comprehensive starter guide to building robust and complete models

What is this book about?

You might already know that there's a wealth of data science and machine learning resources available on the market, but what you might not know is how much is left out by most of these AI resources. This book not only covers everything you need to know about algorithm families but also ensures that you become an expert in everything, from the critical aspects of avoiding bias in data to model interpretability, which have now become must-have skills.

This book covers the following exciting features:

  • Install packages and create virtual environments using conda
  • Understand the landscape of open source software and assess new tools
  • Use scikit-learn to train and evaluate model approaches
  • Detect bias types in your data and what you can do to prevent it
  • Grow your skillset with tools such as NumPy, pandas, and Jupyter Notebooks
  • Solve common dataset issues, such as imbalanced and missing data
  • Use LIME and SHAP to interpret and explain black-box models

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders.

The code will look like the following:

from sklearn.model_selection import train_test_split
training_data = cali_data.data
target_value = cali_data.target
X_train, X_test, y_train, y_test = train_test_ split(training_data, target_value, test_size = 0.2, random_state=5)

Following is what you need for this book: If you’re a data analyst or data science professional looking to make the most of Anaconda’s capabilities and deepen your understanding of data science workflows, then this book is for you. You don’t need any prior experience with Anaconda, but a working knowledge of Python and data science basics is a must.

With the following software and hardware list you can run all code files present in the book (Chapter 1-11).

Software and Hardware List

Chapter Software required OS required
1-11 Anaconda Distribution (conda and Navigator) Windows, Mac OS X, and Linux (Any)
1-11 Scikit-learn, NumPy, and pandas Windows, Mac OS X, and Linux (Any)
1-11 SHAP and LIME Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Dan Meador is an engineering manager at Anaconda leading the conda team and championing open source. He also holds a patent for his work on AI systems and has grown his experience in AI/ML by creating AutoML solutions. He has seen how the power of data can work in everything from startups to Fortune 10 companies.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781800568785

building-data-science-solutions-with-anaconda's People

Contributors

ltdan33 avatar mohammedyusufimaratwale avatar packt-itservice avatar packtutkarshr avatar utkarsha-packt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.