This book focuses on a speci fic sub- field of machine learning called predictive modeling. This is the field of machine learning that is the most useful in industry and the type of machine learning that the scikit-learn library in Python excels at facilitating. Unlike statistics, where models are used to understand data, predictive modeling is laser focused on developing models that make the most accurate predictions at the expense of explaining why predictions are made. Unlike the broader field of machine learning that could feasibly be used with data in any format, predictive modeling is primarily focused on tabular data (e.g. tables of numbers like in a spreadsheet).
Related posts:
Python String encode()
Understanding Machine Learning from theory to algorithms - Shai Shalev-Shwartz & Shai Ben-David
Python Program to Measure the Elapsed Time in Python
Python String startswith()
Python String find()
Python Program to Print the Fibonacci sequence
Python @property decorator
Machine Learning - An Algorithmic Perspective second edition - Stephen Marsland
Data Science and Big Data Analytics - EMC Education Services
Deep Learning with Python - A Hands-on Introduction - Nikhil Ketkar
Python Tuple index()
Foundations of Machine Learning second edition - Mehryar Mohri & Afshin Rostamizadeh & Ameet Talwalk...
Python pass statement
Python Functions
Python timestamp to datetime and vice-versa
Python Set symmetric_difference_update()
Python String lower()
Python divmod()
Python Set clear()
Python Program to Get the File Name From the File Path
Python strftime()
Learning scikit-learn Machine Learning in Python - Raul Garreta & Guillermo Moncecchi
Python String casefold()
Python Program to Find the Factors of a Number
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Python String islower()
Python tuple()
Python Keywords and Identifiers
Python Program to Convert Decimal to Binary, Octal and Hexadecimal
Introduction to the Math of Neural Networks - Jeff Heaton
Python str()
Python Exception Handling Using try, except and finally statement