Renato Racelis Maaliw III (Doc Tato)
Renato Racelis Maaliw III (Doc Tato)
  • Видео 80
  • Просмотров 8 326
Data Visualizations (PLT - Pie, Histogram & Box Plots)
Some minor fix on the code:
You will notice the NBA Position Pie Chart is not consistent with the actual values, you can adjust the code by:
absolute = int(pct/99.99 * sum(allvals))
# If discrepancies, adjust to 99.99 or 99.98, etc. for int(), or use math.ceil if possible at 100.10
absolute = math.ceil(pct/100.10 * sum(allvals))
# If discrepancies, adjust to 99.99 or 99.98, etc. for int(), or use math.ceil if possible at 100.10
Просмотров: 7

Видео

Association Rule Mining - FP Growth
Просмотров 4212 часов назад
Association Rule Mining using FPGrowth Update: The package has been updated, if there is an error on your part refer to the information below: The parameter num_itemsets is now required. For Case Number 02 of FP-Growth: rules = association_rules(frequent_itemsets, num_itemsets = len(transaction_df), metric = "confidence", min_threshold = 0.8) For Case Number 03 of FP-Growth: rrules = associatio...
Association Rule Mining - Apriori
Просмотров 77День назад
Association Rule Mining using Apriori Good for Market-Basket Analysis Update: The package has been updated, if there is an error on your part refer to the information below: The parameter num_itemsets is now required. For Case Number 01 of Apriori: rules = association_rules(frequent_itemsets, num_itemsets = len(transaction_df), metric = "confidence", min_threshold = 0.7) For Case Number 02 of A...
Data Visualization (PLT - Scatter Plot)
Просмотров 55День назад
1. Scatter Plot 2. Scatter Matrix 3. Scatter Plot Customizations
Data Visualization (Figure, Axis & Line Graphs)
Просмотров 61День назад
1. Data Visualization Introduction 2. Figure and Customization 3. Plot/Axes Customization 4. Line Graph Customization
Data Visualizations (PLT - Bar Graphs)
Просмотров 36День назад
1. Bar Graphs (Vertical & Horizontal) 2. Error Bars 3. Grouped Bars 4. Stacked Bars 5. Annotated Bar Graphs
17. CSS Positioning
Просмотров 174 месяца назад
The CSS position property specifies the placement of an element within a document. It works with tha aid of the left, right, top, bottom, and z-index properties to determine the element's final position on the page. Discover how to expertly control your webpage layout and create visually captivating, user-friendly interfaces. Master techniques like relative, absolute, fixed, and sticky position...
16. CSS Box Types
Просмотров 294 месяца назад
Learn the differences between block-level, inline-level, and inline-block elements and how they can improve your web design. See why different box type elements are great for precise layouts and flexible designs. Watch now to take your front-end understanding and skills to the next level! Presentations & Code Link: github.com/renatomaaliw3/public_files/tree/master/01. Front-End Web Facebook Vid...
15. CSS Box Sizing
Просмотров 324 месяца назад
Unlock the secret to perfect web layouts with our latest CSS box-sizing tutorial! Discover why box-sizing: border-box is the game-changer every developer needs, offering predictable sizing and effortless responsive design. Whether you're battling layout shifts or overflow issues, this video holds the key to mastering element dimensions. Don't miss out-watch now and transform your web design ski...
14. CSS Page Centering
Просмотров 114 месяца назад
Want to master CSS centering techniques for perfectly balanced web designs? Our latest tutorial covers everything you need, from simple margin auto to advanced absolute positioning and transform methods. Whether you're new to CSS or looking to refine your skills, this video is packed with practical tips and examples. Watch now! Presentations & Code Link: github.com/renatomaaliw3/public_files/tr...
13. CSS Dimensions
Просмотров 194 месяца назад
Learn the essentials of CSS Dimensions in our latest lecture! Understanding these properties is key to creating responsive and visually appealing web designs to refine your skills. Mastering dimension concepts ensures your websites adapt seamlessly to different devices. Be informed about the fundamentals and elevate your web development game today! Presentations & Code Link: github.com/renatoma...
12. Margin & Padding
Просмотров 104 месяца назад
In this lecture, we will explore the concepts of margins and padding in CSS. We will learn how to control the spacing around and within elements using various shorthand notations. We will also understand the differences between margins and padding and their respective properties. Finally, we will discuss the nuances of using negative values for margins and the implications for web design. Prese...
11. The CSS Box Model
Просмотров 124 месяца назад
Learn how to master element sizing and spacing by understanding the key components: content, border, padding, margin, and fill area. Discover how to calculate total element dimensions and create visually stunning layouts by manipulating these properties with CSS. Perfect for beginners and those looking to sharpen their web design skills! Presentations & Code Link: github.com/renatomaaliw3/publi...
10. CSS Inheritance & Chrome DevTools
Просмотров 84 месяца назад
This tutorial explores the fundamental concept of CSS inheritance, where styles from parent elements automatically apply to their children, ensuring consistent design across web pages. It demonstrates how inheritable properties like color and font-family propagate through the DOM hierarchy, while layout-related properties remain controlled at specific levels. Chrome DevTools complements this un...
09. Resolving CSS Conflicts
Просмотров 74 месяца назад
Struggling with CSS conflicts? Understanding how different selectors and their priorities work is key. Different types of selectors have varying levels of specificity, and the order in which you write your rules matters. Generally, the last rule written wins out if selectors have the same specificity. Use high-priority declarations to keep your code clean and maintainable. Master these concepts...
08. CSS Colors & Variables
Просмотров 154 месяца назад
08. CSS Colors & Variables
07. CSS Attribute Selectors
Просмотров 54 месяца назад
07. CSS Attribute Selectors
06. CSS Pseudo-Elements
Просмотров 124 месяца назад
06. CSS Pseudo-Elements
05. CSS Pseudo Classes
Просмотров 154 месяца назад
05. CSS Pseudo Classes
04. Common CSS Selectors
Просмотров 134 месяца назад
04. Common CSS Selectors
03. CSS Fundamentals
Просмотров 274 месяца назад
03. CSS Fundamentals
02. Images & Forms
Просмотров 254 месяца назад
02. Images & Forms
01. HTML Basics
Просмотров 544 месяца назад
01. HTML Basics
Learn Web Data Scraping
Просмотров 444 месяца назад
Learn Web Data Scraping
Secrets of Writing | Simplicity
Просмотров 175 месяцев назад
Secrets of Writing | Simplicity
GeoSpatial Information System of Philipine Region's CMCI for CHED-IDIG Project
Просмотров 465 месяцев назад
GeoSpatial Information System of Philipine Region's CMCI for CHED-IDIG Project
11. Handling File Upload in AJAX & PHP (Filipino/Tagalog)
Просмотров 1585 месяцев назад
11. Handling File Upload in AJAX & PHP (Filipino/Tagalog)
08. Backend Basics (PHP) - Part 01
Просмотров 1555 месяцев назад
08. Backend Basics (PHP) - Part 01
09. Backend Basics (PHP) - Part 02
Просмотров 955 месяцев назад
09. Backend Basics (PHP) - Part 02
10. AJAX in PHP Sample Implementation (Filipino/Tagalog)
Просмотров 3625 месяцев назад
10. AJAX in PHP Sample Implementation (Filipino/Tagalog)