Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron W. Storey committed Jan 17, 2024
1 parent 19a23f5 commit 70a9e35
Show file tree
Hide file tree
Showing 19 changed files with 5,106 additions and 237 deletions.
5 changes: 5 additions & 0 deletions Week_00/00_Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Week 3 - Data Preprocessing</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../Week_03/Lesson_11.html">Day 11 - Introduction to Data Preprocessing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Week_03/Lesson_12.html">Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</a></li>

<li class="toctree-l1"><a class="reference internal" href="../Week_03/Lesson_12solution.html">Day 12: In-Depth Exploration of Data Splitting Techniques - Solution</a></li>

<li class="toctree-l1"><a class="reference internal" href="../Week_03/Lesson_13.html">Day 13 - Handling Missing Data in Python</a></li>
</ul>

</div>
Expand Down
211 changes: 108 additions & 103 deletions Week_00/00a_DailyChallenge.html

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions Week_02/Lesson_06.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<title>Lesson 6: Linear Algebra - Vector Operations in Python &#8212; 100 Days of Machine Learning</title>
<title>Day 6: Linear Algebra - Vector Operations in Python &#8212; 100 Days of Machine Learning</title>



Expand Down Expand Up @@ -229,6 +229,11 @@
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Week 3 - Data Preprocessing</span></p>
<ul class="nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="../Week_03/Lesson_11.html">Day 11 - Introduction to Data Preprocessing</a></li>
<li class="toctree-l1"><a class="reference internal" href="../Week_03/Lesson_12.html">Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</a></li>

<li class="toctree-l1"><a class="reference internal" href="../Week_03/Lesson_12solution.html">Day 12: In-Depth Exploration of Data Splitting Techniques - Solution</a></li>

<li class="toctree-l1"><a class="reference internal" href="../Week_03/Lesson_13.html">Day 13 - Handling Missing Data in Python</a></li>
</ul>

</div>
Expand Down Expand Up @@ -463,7 +468,7 @@


<div id="jb-print-docs-body" class="onlyprint">
<h1>Lesson 6: Linear Algebra - Vector Operations in Python</h1>
<h1>Day 6: Linear Algebra - Vector Operations in Python</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">
Expand Down Expand Up @@ -545,8 +550,8 @@ <h2> Contents </h2>
<div id="searchbox"></div>
<article class="bd-article">

<section class="tex2jax_ignore mathjax_ignore" id="lesson-6-linear-algebra-vector-operations-in-python">
<h1>Lesson 6: Linear Algebra - Vector Operations in Python<a class="headerlink" href="#lesson-6-linear-algebra-vector-operations-in-python" title="Permalink to this heading">#</a></h1>
<section class="tex2jax_ignore mathjax_ignore" id="day-6-linear-algebra-vector-operations-in-python">
<h1>Day 6: Linear Algebra - Vector Operations in Python<a class="headerlink" href="#day-6-linear-algebra-vector-operations-in-python" title="Permalink to this heading">#</a></h1>
<section id="introduction-to-vectors">
<h2>Introduction to Vectors<a class="headerlink" href="#introduction-to-vectors" title="Permalink to this heading">#</a></h2>
<section id="what-is-a-vector">
Expand Down
21 changes: 12 additions & 9 deletions Week_03/Lesson_11.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<title>Lesson 11: Introduction to Data Preprocessing in Python &#8212; 100 Days of Machine Learning</title>
<title>Day 11: Introduction to Data Preprocessing in Python &#8212; 100 Days of Machine Learning</title>



Expand Down Expand Up @@ -69,7 +69,7 @@
<link rel="shortcut icon" href="../_static/100days.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Lesson 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation" href="Lesson_12.html" />
<link rel="next" title="Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation" href="Lesson_12.html" />
<link rel="prev" title="Day 8: Calculus - Derivatives, Concept and Applications" href="../Week_02/Lesson_08.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
Expand Down Expand Up @@ -229,8 +229,11 @@
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Week 3 - Data Preprocessing</span></p>
<ul class="current nav bd-sidenav">
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Day 11 - Introduction to Data Preprocessing</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lesson_12.html">Lesson 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</a></li>
<li class="toctree-l1"><a class="reference internal" href="Lesson_12.html">Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</a></li>

<li class="toctree-l1"><a class="reference internal" href="Lesson_12solution.html">Day 12: In-Depth Exploration of Data Splitting Techniques - Solution</a></li>

<li class="toctree-l1"><a class="reference internal" href="Lesson_13.html">Day 13 - Handling Missing Data in Python</a></li>
</ul>

</div>
Expand Down Expand Up @@ -465,7 +468,7 @@


<div id="jb-print-docs-body" class="onlyprint">
<h1>Lesson 11: Introduction to Data Preprocessing in Python</h1>
<h1>Day 11: Introduction to Data Preprocessing in Python</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">
Expand Down Expand Up @@ -507,8 +510,8 @@ <h2> Contents </h2>
<div id="searchbox"></div>
<article class="bd-article">

<section class="tex2jax_ignore mathjax_ignore" id="lesson-11-introduction-to-data-preprocessing-in-python">
<h1>Lesson 11: Introduction to Data Preprocessing in Python<a class="headerlink" href="#lesson-11-introduction-to-data-preprocessing-in-python" title="Permalink to this heading">#</a></h1>
<section class="tex2jax_ignore mathjax_ignore" id="day-11-introduction-to-data-preprocessing-in-python">
<h1>Day 11: Introduction to Data Preprocessing in Python<a class="headerlink" href="#day-11-introduction-to-data-preprocessing-in-python" title="Permalink to this heading">#</a></h1>
<section id="overview-of-data-preprocessing">
<h2>1. Overview of Data Preprocessing<a class="headerlink" href="#overview-of-data-preprocessing" title="Permalink to this heading">#</a></h2>
<section id="importance-and-goals">
Expand Down Expand Up @@ -1155,7 +1158,7 @@ <h3>Setup for Activities<a class="headerlink" href="#setup-for-activities" title
</div>
<p><strong>Median (Middle Value in Sorted Data)</strong></p>
<ul class="simple">
<li><p>Activity: Find the median of ‘alcohol’ in the dataset</p></li>
<li><p>Activity: Find the median of ‘new_cases’ in the dataset</p></li>
</ul>
<div class="cell docutils container">
<div class="cell_input docutils container">
Expand All @@ -1173,7 +1176,7 @@ <h3>Setup for Activities<a class="headerlink" href="#setup-for-activities" title
</div>
<p><strong>Mode (Most Frequent Value)</strong></p>
<ul class="simple">
<li><p>Activity: Determine the mode for ‘wine type’.</p></li>
<li><p>Activity: Determine the mode for ‘’.</p></li>
</ul>
<p>The stats.mode function from the SciPy library returns a ModeResult object, which contains two arrays:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>The first array (mode): This contains the mode value(s), i.e., the most frequently occurring value(s) in the dataset.
Expand Down Expand Up @@ -1410,7 +1413,7 @@ <h4><strong>Additional Resources</strong><a class="headerlink" href="#additional
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Lesson 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</p>
<p class="prev-next-title">Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
Expand Down
31 changes: 22 additions & 9 deletions Week_03/Lesson_12.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<title>Lesson 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation &#8212; 100 Days of Machine Learning</title>
<title>Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation &#8212; 100 Days of Machine Learning</title>



Expand Down Expand Up @@ -69,7 +69,8 @@
<link rel="shortcut icon" href="../_static/100days.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="prev" title="Lesson 11: Introduction to Data Preprocessing in Python" href="Lesson_11.html" />
<link rel="next" title="Day 12: In-Depth Exploration of Data Splitting Techniques - Solution" href="Lesson_12solution.html" />
<link rel="prev" title="Day 11: Introduction to Data Preprocessing in Python" href="Lesson_11.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
</head>
Expand Down Expand Up @@ -228,8 +229,11 @@
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Week 3 - Data Preprocessing</span></p>
<ul class="current nav bd-sidenav">
<li class="toctree-l1"><a class="reference internal" href="Lesson_11.html">Day 11 - Introduction to Data Preprocessing</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Lesson 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</a></li>
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</a></li>

<li class="toctree-l1"><a class="reference internal" href="Lesson_12solution.html">Day 12: In-Depth Exploration of Data Splitting Techniques - Solution</a></li>

<li class="toctree-l1"><a class="reference internal" href="Lesson_13.html">Day 13 - Handling Missing Data in Python</a></li>
</ul>

</div>
Expand Down Expand Up @@ -464,7 +468,7 @@


<div id="jb-print-docs-body" class="onlyprint">
<h1>Lesson 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</h1>
<h1>Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</h1>
<!-- Table of contents -->
<div id="print-main-content">
<div id="jb-print-toc">
Expand All @@ -474,7 +478,7 @@ <h2> Contents </h2>
</div>
<nav aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#">Lesson 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</a><ul class="visible nav section-nav flex-column">
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#">Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</a><ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#objective">Objective</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#prerequisites">Prerequisites</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#theoretical-background-and-mathematical-principles">1. Theoretical Background and Mathematical Principles</a></li>
Expand Down Expand Up @@ -515,8 +519,8 @@ <h2> Contents </h2>
<div id="searchbox"></div>
<article class="bd-article">

<section class="tex2jax_ignore mathjax_ignore" id="lesson-12-in-depth-exploration-of-data-splitting-techniques-in-python-with-cross-validation">
<h1>Lesson 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation<a class="headerlink" href="#lesson-12-in-depth-exploration-of-data-splitting-techniques-in-python-with-cross-validation" title="Permalink to this heading">#</a></h1>
<section class="tex2jax_ignore mathjax_ignore" id="day-12-in-depth-exploration-of-data-splitting-techniques-in-python-with-cross-validation">
<h1>Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation<a class="headerlink" href="#day-12-in-depth-exploration-of-data-splitting-techniques-in-python-with-cross-validation" title="Permalink to this heading">#</a></h1>
<section id="objective">
<h2>Objective<a class="headerlink" href="#objective" title="Permalink to this heading">#</a></h2>
<p>Enhance understanding of data splitting in machine learning, focusing on mathematical principles, advanced methods like cross-validation, and Python programming activities.</p>
Expand Down Expand Up @@ -866,8 +870,17 @@ <h4><strong>Additional Resources (Train/Test Splitting | Data Leakage)</strong><
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Lesson 11: Introduction to Data Preprocessing in Python</p>
<p class="prev-next-title">Day 11: Introduction to Data Preprocessing in Python</p>
</div>
</a>
<a class="right-next"
href="Lesson_12solution.html"
title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Day 12: In-Depth Exploration of Data Splitting Techniques - Solution</p>
</div>
<i class="fa-solid fa-angle-right"></i>
</a>
</div>
</footer>
Expand All @@ -885,7 +898,7 @@ <h4><strong>Additional Resources (Train/Test Splitting | Data Leakage)</strong><
</div>
<nav class="bd-toc-nav page-toc">
<ul class="visible nav section-nav flex-column">
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#">Lesson 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</a><ul class="visible nav section-nav flex-column">
<li class="toc-h1 nav-item toc-entry"><a class="reference internal nav-link" href="#">Day 12: In-Depth Exploration of Data Splitting Techniques in Python with Cross-Validation</a><ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#objective">Objective</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#prerequisites">Prerequisites</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#theoretical-background-and-mathematical-principles">1. Theoretical Background and Mathematical Principles</a></li>
Expand Down
Loading

0 comments on commit 70a9e35

Please sign in to comment.