Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institut für Informatik
dbis
dbis-teaching
data-engineering-analytics-notebooks
Commits
cc611254
Commit
cc611254
authored
Aug 19, 2021
by
Eva Zangerle
Browse files
first final version of notebook 3
parent
fa1cda8f
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
1518 additions
and
2448 deletions
+1518
-2448
data/student-scores.csv
data/student-scores.csv
+7
-7
src/3_datasets.ipynb
src/3_datasets.ipynb
+792
-2119
src/4_data_preparation_quality.ipynb
src/4_data_preparation_quality.ipynb
+682
-312
src/5_feature_engineering.ipynb
src/5_feature_engineering.ipynb
+2
-2
src/6_dataset_analyses.ipynb
src/6_dataset_analyses.ipynb
+29
-2
src/7_hypotheses_evaluation.ipynb
src/7_hypotheses_evaluation.ipynb
+2
-2
src/8_modeling_prediction.ipynb
src/8_modeling_prediction.ipynb
+2
-2
src/9_reproducible_research.ipynb
src/9_reproducible_research.ipynb
+2
-2
No files found.
data/student-scores.csv
View file @
cc611254
Last Name,First Name,4th Grade,5th Grade,6th Grade
Johnson,Mia,A,B+,A-
Lopez,Liam,B,B,A+
Lee,Isabella,C,C-,B-
Fisher,Mason,B,B-,C+
Gupta,Olivia,B,A+,A
Robinson,Sophia, A+,B-,A
\ No newline at end of file
ID,Last Name,First Name,4th Grade,5th Grade,6th Grade
1,Johnson,Mia,A,B+,A-
2,Lopez,Liam,B,B,A+
3,Lee,Isabella,C,C-,B-
4,Fisher,Mason,B,B-,C+
5,Gupta,Olivia,B,A+,A
6,Robinson,Sophia,A+,B-,A
\ No newline at end of file
src/3_datasets.ipynb
View file @
cc611254
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/4_data_preparation_quality.ipynb
View file @
cc611254
This diff is collapsed.
Click to expand it.
src/5_feature_engineering.ipynb
View file @
cc611254
...
...
@@ -11,7 +11,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3
(ipykernel)
",
"language": "python",
"name": "python3"
},
...
...
@@ -25,7 +25,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.
5
"
"version": "3.9.
6
"
}
},
"nbformat": 4,
...
...
src/6_dataset_analyses.ipynb
View file @
cc611254
{
"cells": [],
"metadata": {},
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "8138e2f0-e0da-4e8c-ae1c-f84ab9bbc93a",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "dataeng_kernel",
"language": "python",
"name": "dataeng_kernel"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
src/7_hypotheses_evaluation.ipynb
View file @
cc611254
...
...
@@ -11,7 +11,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3
(ipykernel)
",
"language": "python",
"name": "python3"
},
...
...
@@ -25,7 +25,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.
5
"
"version": "3.9.
6
"
}
},
"nbformat": 4,
...
...
src/8_modeling_prediction.ipynb
View file @
cc611254
...
...
@@ -11,7 +11,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3
(ipykernel)
",
"language": "python",
"name": "python3"
},
...
...
@@ -25,7 +25,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.
5
"
"version": "3.9.
6
"
}
},
"nbformat": 4,
...
...
src/9_reproducible_research.ipynb
View file @
cc611254
...
...
@@ -11,7 +11,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3
(ipykernel)
",
"language": "python",
"name": "python3"
},
...
...
@@ -25,7 +25,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.
5
"
"version": "3.9.
6
"
}
},
"nbformat": 4,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment