Skip to content

Commit ad6c71d

Browse files
removing Jupyter YAML
1 parent aae67bd commit ad6c71d

12 files changed

Lines changed: 12 additions & 147 deletions

Ch02-statlearn-lab.Rmd

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
cell_metadata_filter: -all
5-
formats: Rmd
6-
main_language: python
7-
text_representation:
8-
extension: .Rmd
9-
format_name: rmarkdown
10-
format_version: '1.2'
11-
jupytext_version: 1.19.1
12-
---
1+
132

143
# Introduction to Python
154

Ch03-linreg-lab.Rmd

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
cell_metadata_filter: -all
5-
formats: Rmd
6-
main_language: python
7-
text_representation:
8-
extension: .Rmd
9-
format_name: rmarkdown
10-
format_version: '1.2'
11-
jupytext_version: 1.19.1
12-
---
1+
132

143
# Linear Regression
154

Ch04-classification-lab.Rmd

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
cell_metadata_filter: -all
5-
formats: Rmd
6-
main_language: python
7-
text_representation:
8-
extension: .Rmd
9-
format_name: rmarkdown
10-
format_version: '1.2'
11-
jupytext_version: 1.19.1
12-
---
1+
132

143
# Logistic Regression, LDA, QDA, and KNN
154

Ch05-resample-lab.Rmd

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
cell_metadata_filter: -all
5-
formats: Rmd
6-
main_language: python
7-
text_representation:
8-
extension: .Rmd
9-
format_name: rmarkdown
10-
format_version: '1.2'
11-
jupytext_version: 1.19.1
12-
---
1+
132

143
# Cross-Validation and the Bootstrap
154

Ch06-varselect-lab.Rmd

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
cell_metadata_filter: language,-all
5-
formats: Rmd
6-
text_representation:
7-
extension: .Rmd
8-
format_name: rmarkdown
9-
format_version: '1.2'
10-
jupytext_version: 1.19.1
11-
kernelspec:
12-
display_name: Python 3 (ipykernel)
13-
language: python
14-
name: python3
15-
---
1+
162

173
# Linear Models and Regularization Methods
184

Ch07-nonlin-lab.Rmd

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
cell_metadata_filter: -all
5-
formats: Rmd
6-
main_language: python
7-
text_representation:
8-
extension: .Rmd
9-
format_name: rmarkdown
10-
format_version: '1.2'
11-
jupytext_version: 1.19.1
12-
---
1+
132

143
# Non-Linear Modeling
154

Ch08-baggboost-lab.Rmd

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
cell_metadata_filter: -all
5-
formats: Rmd
6-
main_language: python
7-
text_representation:
8-
extension: .Rmd
9-
format_name: rmarkdown
10-
format_version: '1.2'
11-
jupytext_version: 1.19.1
12-
---
1+
132

143
# Tree-Based Methods
154

Ch09-svm-lab.Rmd

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
cell_metadata_filter: -all
5-
formats: Rmd
6-
main_language: python
7-
text_representation:
8-
extension: .Rmd
9-
format_name: rmarkdown
10-
format_version: '1.2'
11-
jupytext_version: 1.19.1
12-
---
1+
132

143
# Support Vector Machines
154

Ch10-deeplearning-lab.Rmd

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
cell_metadata_filter: -all
5-
formats: Rmd
6-
main_language: python
7-
text_representation:
8-
extension: .Rmd
9-
format_name: rmarkdown
10-
format_version: '1.2'
11-
jupytext_version: 1.19.1
12-
---
1+
132

143
# Deep Learning
154

Ch11-surv-lab.Rmd

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
---
2-
jupyter:
3-
jupytext:
4-
cell_metadata_filter: -all
5-
formats: Rmd
6-
main_language: python
7-
text_representation:
8-
extension: .Rmd
9-
format_name: rmarkdown
10-
format_version: '1.2'
11-
jupytext_version: 1.19.1
12-
---
1+
132

143
# Survival Analysis
154

0 commit comments

Comments
 (0)