Curated Video
Machine Learning: Random Forest with Python from Scratch - Using Matplotlib for Data Visualization (2)
In this continuation lecture, we will focus on completing the assignment that we started on in the last lesson. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Scatter Graphs Line of Best Fit
This video explains how to draw a line of best fit on a scatter graph. Practice question at the end of the end of the video.
Curated Video
Types of Relationships in Scatter Plots
In this video lesson, the teacher explains scatter plots and how they are used to show the relationship between two sets of data. They cover different types of relationships, including linear and nonlinear, and how to interpret the data...
Curated Video
Identifying Patterns in a Scatter Plot
In this video, the teacher explains how to identify patterns and associations in a scatter plot using a standardized math test question as an example. The viewer is guided through each answer choice and taught to recognize outliers,...
Curated Video
Calculating Y-Intercept Using the Slope-Intercept Equation
In this video, the teacher explains how to interpret the equation of a linear model by calculating the Y intercept using the slope intercept equation. They demonstrate the steps to find the slope and substitute values into the equation...
APMonitor
Data Visualization in Python
Data visualization and exploration is one of the first steps in machine learning after the data is gathered and statistically summarized. It is used to graphically represent data to qualitatively understand relationships and data...
Packt
Learning R for Data Visualization (Video 31)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Why U
Algebra 13 - Domain and Range of Binary Relations
Two sets which are of primary interest when studying binary relations are the domain and range of the relation.
Curated Video
The Meaning Behind Scatter Plot
In this video lesson, students will gain an intuitive understanding of how to construct and interpret scatter plots. This lesson explains that a scatter plot shows the relationship between two data sets. Students will find that there may...
Curated Video
Scatter Plots and Lines of Fit: Understanding Correlation in Math
This lesson will provide instruction to learn to interpret scatter plots, to be able to identify types of correlation between data sets, and use lines of fit to model data. You will learn how to best draw a line of fit, how to write an...
R Programming 101
Bar charts and Histograms using ggplot in R
To create a bar chart or histogram using ggplot is easy. Bar charts (or bar graphs) are used to visualise a single categorical variable. Histograms are used to visualise a single numeric variable. Ggplot2 is a powerful package used for...
Curated Video
Finding Lines of Fit
This video will review and practice how to create, graph and write equations of Lines of Fit on Scatter Plots. Topics covered: find slope between two points, using slope-intercept form to find the y-intercept, describing trend lines,...
R Programming 101
Create a scatter plot using R programming. How to use ggplot for data visualisation.
Using R programming for data visualisation is easy. If you want to create a scatter plot for two or more numeric variables, ggplot is perfect package. Ggplot2 is part of the tidyverse set up packages. This video is part of a series that...
Curated Video
Data Analytics using Python Visualizations - Creating Bubble Plots - Vectorizing Your Plot
This video explains how to create bubble plots – vectorizing your plot. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section...
Curated Video
Data Analytics using Python Visualizations - Widgets - Dynamic Plot Controls
This video explains widgets – dynamic plot controls. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section explains working with...
Curated Video
Data Analytics using Python Visualizations - Dumbbell Plot for Category-Wise Value Movement
This video explains Dumbbell plot for category-wise value movement. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains...
Curated Video
Data Analytics using Python Visualizations - Creating 3D Plots Including 3D Contours
This video explains creating 3D plots including 3D contours. This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you to...
Curated Video
Data Analytics using Python Visualizations - Plotting on a Google Map Using Google Map API
This video explains plotting on a Google Map using Google Map API. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section explains...
Curated Video
Data Analytics using Python Visualizations - Creating Simple and Multiple Line Plots
This video explains how to create simple and multiple line plots. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section explains...
Curated Video
Data Analytics using Python Visualizations - Seaborn Boxplot, Violin plot, Categorical Scatterplot
This video explains Seaborn Boxplot, Violin plot, and Categorical Scatterplot. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section...
Curated Video
Data Analytics using Python Visualizations - Seaborn Slopeplots for Comparing Distributions
This video explains Seaborn Slopeplots for comparing distributions. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains...
Curated Video
Data Analytics using Python Visualizations - Customizing Your Plots
This video explains how to customize your plots. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section explains working with the...
Curated Video
Data Analytics using Python Visualizations - Plotting Regression Lines with OLS (ML)
This video explains plotting regression lines with OLS (ML). This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains advanced...
Curated Video
Data Analytics using Python Visualizations - Single and Multiple Bar Charts
This video explains single and multiple bar charts. This clip is from the chapter "Advanced Visualizations Using Business Applications" of the series "Data Analytics Using Python Visualizations".This section explains advanced...