Skip to content

Commit

Permalink
deploy: e92c75d
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanTodoran committed Nov 18, 2024
1 parent b7bc09e commit f572589
Show file tree
Hide file tree
Showing 23 changed files with 403 additions and 27,620 deletions.
1 change: 1 addition & 0 deletions Chapter3-MachineLearning/3.6_logistic_regression.html
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ <h2> Contents </h2>
<section class="tex2jax_ignore mathjax_ignore" id="logistic-regression">
<h1>3.6 Logistic regression<a class="headerlink" href="#logistic-regression" title="Permalink to this headline">#</a></h1>
<p><em>Warning!</em> Although it is called logistic <em>regression</em>, logistic regression is actually a <em>classification</em> method.</p>
<p>By Ariane Ducellier (2021)</p>
<p>In this lab, we are going to talk about:</p>
<ul class="simple">
<li><p>A simple classification method: Logistic regression</p></li>
Expand Down
13,701 changes: 101 additions & 13,600 deletions Chapter4-DeepLearning/mlgeo_4.1_neural_networks.html

Large diffs are not rendered by default.

278 changes: 110 additions & 168 deletions Chapter4-DeepLearning/mlgeo_4.3_ModelTraining.html

Large diffs are not rendered by default.

Binary file added _images/GD_AlphaTooLarge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/GD_AlphaTooSmall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/GD_cartoon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/GD_non_global.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mlgeo_4.1_neural_networks_26_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/mlgeo_4.3_ModelTraining_10_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _images/mlgeo_4.3_ModelTraining_11_1.png
Binary file not shown.
File renamed without changes
Binary file added _images/mlgeo_4.3_ModelTraining_14_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _images/mlgeo_4.3_ModelTraining_14_3.png
Binary file not shown.
File renamed without changes
Binary file removed _images/mlgeo_4.3_ModelTraining_15_2.png
Binary file not shown.
File renamed without changes
Binary file modified _images/mlgeo_4.3_ModelTraining_19_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed _images/mlgeo_4.3_ModelTraining_24_2.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"source": [
"# 3.6 Logistic regression\n",
"\n",
"_Warning!_ Although it is called logistic _regression_, logistic regression is actually a _classification_ method."
"_Warning!_ Although it is called logistic _regression_, logistic regression is actually a _classification_ method.\n",
"\n",
"By Ariane Ducellier (2021)"
]
},
{
Expand Down
13,740 changes: 118 additions & 13,622 deletions _sources/Chapter4-DeepLearning/mlgeo_4.1_neural_networks.ipynb

Large diffs are not rendered by default.

277 changes: 61 additions & 216 deletions _sources/Chapter4-DeepLearning/mlgeo_4.3_ModelTraining.ipynb

Large diffs are not rendered by default.

20 changes: 8 additions & 12 deletions reports/3.7_randomForest_regression.log
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,17 @@ Traceback (most recent call last):
raise CellExecutionError.from_cell_and_msg(cell, exec_reply_content)
nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell:
------------------
# Pandas is used for data manipulation
import pandas as pd
# Read in data and display first 5 rows
features = pd.read_csv('temps.csv')
features.head(5)
import wget
wget.download("https://docs.google.com/uc?export=download&id=1pko9oRmCllAxipZoa3aoztGZfPAD2iwj")

------------------

---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Input In [2], in <cell line: 2>()
 1 # Pandas is used for data manipulation
----> 2 import pandas as pd
 3 # Read in data and display first 5 rows
 4 features = pd.read_csv('temps.csv')
Input In [1], in <cell line: 1>()
----> 1 import wget
 2 wget.download("https://docs.google.com/uc?export=download&id=1pko9oRmCllAxipZoa3aoztGZfPAD2iwj")

ModuleNotFoundError: No module named 'pandas'
ModuleNotFoundError: No module named 'pandas'
ModuleNotFoundError: No module named 'wget'
ModuleNotFoundError: No module named 'wget'

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit f572589

Please sign in to comment.