
This video provides an overview of the course contents, a description of the course, a presentation of the instructor, and background information about the course
This video describes the setup procedures for using the Anaconda Cloud Notebook
Using Anaconda Cloud Notebook requires internet access and an email address
Note: Anaconda often updates its resources and user interface plus utilizes anti-drone technology. This may cause minor deviations from graphics and procedures in the video
This video describes the procedures to download and install the Anaconda Distribution for use with this course
Download requires internet access
Video is optional
Note: Anaconda often updates its resources and this may cause minor differences in graphics and procedures
This video describes the Conda Package Management System
Conda requires internet access
Video is optional
Note: Conda is a speedily developing environment and this may cause minor differences in graphics and procedures
This video provides an overview of "Master Python for data handling", teaches you some Python and Data Handling theory, and presents a table of contents for "Master Python for Data Handling" as well as some information about Jupyterlabs notebook, dynamic typing, Python programs organization, and some fundamental Python language syntax
Learn to use Python Integers
Learn to use Python Floats
Learn to use Python Strings
Learn to use some Python string methods to test, search, transform, change, and manipulate string data
Learn to use date and time data with Python's Datetime module. Learn to calculate time durations and time event data. Learn advanced knowledge about date and time data plus how computers and Python handle datetime data
This video provides an overview of the part of this section about Python's data storage abstractions, the set, tuple, dictionary, and the list
Learn to use Python's Set
Learn to use Python's Tuple and how to unpack Python Tuples
Learn to use Python's Dictionary
Learn to use Python's List
This video provides an overview of the part of this section about Python's data data transformers and functions
Learn to use Python's while-loop with some practical examples
Learn to use Python's for-loops with some practical examples and advanced theory
Learn to use Python's Conditional Code Branching and Logic Operators. Learn about if statements, if-elif-else statements, match-case patterns, and Logic Operators including some Boolean logic and Python logic statements. Use your learned knowledge to edit and tailor basic descriptive statistics at a detailed level
Learn the necessary Python Function Theory to create your own custom Python Functions! Learn some about Python's Lambda Functions and some advanced Python Function Theory
Learn practical coding with Python's functions. You are introduced to functions and basic protections for functions. You will learn how to create functions from code-examples from earlier video lectures, and you will learn how to generalize functions up to advanced uneven-multitype-object 2-dimensional list of lists. You will learn about Lambda functions, advanced function arguments, and multiple function returns.
Learn to create your own functions!
Learn some File Path theory and how Python handles File Paths
Learn Python OOP theory relevant for data handling tasks and how object-oriented data structures may affect data handling. Includes an overview of the OOP part of this section
Learn to code object-oriented programming with Python, and to handle Python object-oriented code and custom objects within the ambit of data handling
Learn to save files in Python and the practical process of converting custom Python objects to tabular form and saving these into .csv, and Excel files and to load files to Pandas Data Frames
This video lecture is a recap and extension of earlier video lectures. You will assemble knowledge from earlier lectures into more powerful knowledge. You will learn to construct a tabular data form with additional calculated variables and how to use the tabular data form for plotting, etc. You will learn how Data Handling fits with advanced object-oriented program structures.
This video provides and introduction and overview of this section of the video course. "Master Pandas for Data Handling" is updated to current Pandas 2.2 and all known new changes in the future Pandas 3 version
Learn the concepts and language of the Pandas DataFrame, the Pandas Series, and the data or object content of a DataFrame/Series object
Learn to create Pandas DataFrame from scratch using Python and Pandas. You will learn how to create Pandas DataFrames using Python Dictionaries, Lists, and lots more
This video contains an overview of the Pandas File Handing part of this section
Learn to load and save files from/to Pandas DataFrames from .csv files
Learn to combine .csv files with Pandas and to handle and combine various common, uneven and non-uniform data structures into useful Pandas DataFrames
Learn to load and save files from/to Pandas DataFrames from .xlsx files and hierarchical .xlsx files
Learn to load and save files from/to Pandas Dataframes from a SQL-database file
This video contains an overview of the Pandas Operations and Techniques part of this section
Learn to inspect Pandas Dataframes and Dataframe content with Pandas .info() method, Python's .type() method, and more
Learn to inspect the contents of large-sized Pandas DataFrames. Learn to use the .head, .tail, and other general methods to inspect the contents of a DataFrame
Learn to select subsets of Columns from a Pandas DataFrame. Learn to use the .loc and .iloc functions to select subsets from a Pandas DataFrame
Learn to select subsets of Rows from a Pandas DataFrame. Learn to use the .loc and .iloc functions to select subsets from a Pandas DataFrame
Learn to make conditional selections of subsets from a Pandas DataFrame. Learn to use the .loc and .iloc functions to select subsets from a Pandas DataFrame
Learn about Scalers, Normalization, and Standardization. Learn to use mean-correction, normalization, and zero-one unity-based normalization
Learn to Concatenate Pandas DataFrames. Learn to use Pandas .concat() function to add DataFrames together horizontally and vertically. Learn to use the .concat() function with Inner and Outer joins
Learn to join Pandas DataFrames. Learn to use Pandas DataFrames .join() method. Learn to use "left joins", "right joins", "inner joins", "outer joins", and "cross joins"
Learn to merge Pandas DataFrames. Learn to use Pandas DataFrames .merge() method. Learn to use "left joins", "right joins", "inner joins", and "outer joins" to merge different DataFrames on column variables
Learn to Transpose and Pivot Pandas DataFrames. Learn to use the transpose, pivot, pivot_table, and melt functions
This video has an overview of the Data Preparation part of the course and includes a workflow for Data preparation or so-called data cleaning
Learn to edit Pandas DataFrame column names, index, and index labels
Learn about Duplicates. Duplicate rows or observations may impact the quality of data products. Learn how to properly handle Duplicates with Pandas functionality
Learn to handle Missing data and Missing values with Pandas functionality. Learn Imputation and to augment Pandas with scikit-learn to use advanced model-based imputation of missing data
Learn Data Binning with Pandas. Learn to use Administrative Data Binning, Algorithmic Data Binning, and subjective Data Binning. Learn to use Pandas .qcut() and .cut() functions
Learn to create Indicator Features or Dummy Features with Pandas
This video provides an overview of the part of this section about Pandas Data Description
Learn to use Pandas functions for Sorting and Ranking data
Learn to create useful descriptive statistics with Pandas .agg() and .describe() functions. Learn to augment Pandas functions with the powerful .apply() and .value_counts() functions
Learn to create crosstabulations with Pandas .crosstab() function and to use the powerful Pandas .groupby() operation. Learn to augment these functions with a selection of Pandas functionality
This video provides an overview of the part of this section about Pandas Data Visualization
Learn to make Histograms with Pandas, Matplotlib, and Seaborn. You will learn to make simple Histograms, advanced Histograms, multi-dimensional Histograms, and advanced Jointgrid Histograms
Learn to make traditional and modern Boxplots with Pandas, Matplotlib, and Seaborn. You will learn to make Boxplots, Boxenplots, Violinplots, Swarmplots and to create graphs consisting of many types of boxplots
Learn to make scatterplots with Pandas, Matplotlib, and Seaborn. You will learn to make simple scatterplots, advanced scatterplots, advanced multi-scatterplots, and advanced pairplots of scatterplots
Learn to make Pie Charts with Pandas, Matplotlib, and support from Seaborn. You will learn to make Pie Charts, detailed Pie Charts, multiple Pie Charts, and how to properly use Pie Charts for effect
Learn to make Lineplots with Pandas, Matplotlib, and Seaborn. You will learn to make simple Lineplots, advanced Lineplots, advanced Line-area plots, and advanced multidimensional Line-area plots
An overview of the Classification section of the video course. A description of the Classification theory and process
Learn to use the Logistic Regression Classifier with a practical example, learn to create advanced decision surface plots, use exploratory seaborn pair plots, and learn to create useful classification reports and much more…
Learn to use the Naive Bayes Classifier. Learn some about Bayes theorem, conditional probability, model extrapolations, data quality effect on accuracy, practical modeling theory and more…
Learn to use K-Nearest Neighbor Classifier (KNN). Learn to use heuristics and graphs to determine a useful number of neighbors and learn practical hands-on classification skills for datasets with complex data structures
Learn to use the Decision Tree Classifier. Learn to Visualize Decision trees and to create corresponding Decision Surfaces.
Learn some tricks to enhance Decision Tree Classifiers performance and more...
Learn to use the Random Forest Classifier. Learn some theory about Random Forest Classifiers and importances. Learn to extract Decision Trees from a Random Forest and learn to graph importances and decision surfaces
Learn to use Linear Discriminant Analysis (LDA). Learn to use permutation importances for feature selection to overcome the complexity of environments with many features.
Learn to use ROC-curves, DET-curves, Precision-Recall graphs, and more…
Learn to use the Voting Classifier Ensemble. Learn to use the Voting Classifier as a tool to create almost arbitrary decision surfaces, Classification models, and more...
Overview of the section "Advanced Machine Learning Models and Tasks"
This video provides concepts and definitions for Artificial Neural Networks (ANN), Feedforward Networks, and Multi-Layer Perceptrons
Learn to use Feedforward Multi-Layer Perceptrons for classification tasks. Some discussions about theory and practical applications
Learn to use the advanced XGBoost Classifier. Introduction to grid search optimization with XGBoost
Welcome to the course Master Classification with Pandas and Python!
This three-in-one master class video course will teach you to master Classification, Python 3, Pandas 2 + 3, and advanced Data Handling.
You will learn to master Classification with a number of advanced Classification techniques such as the XGBoost Classifier. You will learn to handle advanced model structures such as feedforward artificial neural networks for classification tasks.
Python 3 is one of the most popular and useful programming languages in the world, and Pandas 2 and future version 3 is the most powerful, efficient, and useful Data Handling library in existence.
You will learn to master Python's native building blocks and powerful object-oriented programming. You will design your own advanced constructions of Python’s building blocks and execute detailed Data Handling tasks with Python.
You will learn to master the Pandas library and to use its powerful Data Handling techniques for advanced Data Science and Machine Learning Data Handling tasks. The Pandas library is a fast, powerful, flexible, and easy-to-use open-source data analysis and data manipulation tool, which is directly usable with the Python programming language.
You will learn to:
Master Classification both in theory and practice
Master Classification models from Logistic Regression, and XGBoost Classifier to the Gaussian Naïve Bayes Classifier model
Use practical classification hands-on theory and learn to execute advanced Classification tasks with ease
Use advanced Decision Tree, Random Forest, and Voting Classifier models
Use Feedforward Multilayer Networks and Advanced Classifier model Structures
Use effective decision surfaces and other tools to judge Classifier performance
Use the Scikit-learn library for Classification supported by Matplotlib, Seaborn, Pandas, and Python
Master Python 3 programming with Python’s native data structures, data transformers, functions, object orientation, and logic
Use and design advanced Python constructions and execute detailed Data Handling tasks with Python incl. File Handling
Use Python’s advanced object-oriented programming and make your own custom objects, functions and how to generalize functions
Manipulate data and use advanced multi-dimensional uneven data structures
Master the Pandas 2 and 3 library for Advanced Data Handling
Use the language and fundamental concepts of the Pandas library and to handle all aspects of creating, changing, modifying, and selecting Data from a Pandas DataFrame object
Use file handling with Pandas and how to combine Pandas DataFrames with Pandas concat, join, and merge functions/methods
Perform advanced data preparation including advanced model-based imputation of missing data and the scaling and standardizing of data
Make advanced data descriptions and statistics with Pandas. Rank, sort, cross-tabulate, pivot, melt, transpose, and group data
Make advanced Data Visualizations with Pandas, Matplotlib, and Seaborn
Cloud computing: Use the Anaconda Cloud Notebook (Cloud-based Jupyter Notebook). Learn to use Cloud computing resources.
Option: To use the Anaconda Distribution (for Windows, Mac, Linux)
Option: Use Python environment fundamentals with the Conda package management system and command line installing/updating of libraries and packages – golden nuggets to improve your quality of work life.
And much more…
This course is an excellent way to learn to master Classification, Python, Pandas and Data Handling!
Classification and Supervised Learning are one of the most important and common tasks Data Science, Machine Learning, modeling, and AI. Data Handling is the process of making data useful and usable for inter alia classification and data analysis.
Most Data Scientists and Machine Learning Engineers spends about 80% of their working efforts and time on Data Handling tasks. Being good at Python, Pandas, and Data Handling are extremely useful and time-saving skills that functions as a force multiplier for productivity.
This course is designed for everyone who wants to
learn to master Classification
learn to Master Python 3 from scratch or the beginner level
learn to Master Python 3 and knows another programming language
reach the Master - intermediate Python programmer level as required by many advanced Udemy courses in Python, Data Science, or Machine Learning
learn to Master the Pandas library
learn Data Handling skills that work as a force multiplier and that they will have use of in their entire career
learn advanced Data Handling and improve their capabilities and productivity
Requirements:
Everyday experience using a computer with either Windows, MacOS, iOS, Android, ChromeOS, or Linux is recommended
Access to a computer with an internet connection
Programming experience is not needed and you will be taught everything you need
The course only uses costless software
Walk-you-through installation and setup videos for Cloud computing and Windows 10/11 is included
This course is the course we ourselves would want to be able to enroll in if we could time-travel and become new students. In our opinion, this course is the best course to learn to Classification, Python, Pandas, and Data Handling.
Enroll now to receive 25+ hours of video tutorials with manually edited English captions, and a certificate of completion after completing the course!