https://github.com/kgdunn/digital-skills-module5
https://github.com/kgdunn/digital-skills-module5
data-science
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kgdunn/digital-skills-module5
- Owner: kgdunn
- License: bsd-3-clause
- Created: 2018-05-07T12:26:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T23:13:53.000Z (about 4 years ago)
- Last Synced: 2025-02-01T22:29:09.762Z (over 1 year ago)
- Topics: data-science
- Language: Jupyter Notebook
- Size: 3.49 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Module 5
_Digital Skills_ Module 5 is the module where data analysis and data science is introduced.
It aims to develop computational skills for students in engineering, but it can also be used by students in other science majors.
The course uses the Python programming language and the Jupyter open-source tools for interactive computing.
This first module assumes no coding experience, so the first three lessons are focused on creating a foundation with Python programming constructs using essentially no mathematics. The fourth lesson introduces the basic data structure in scientific computing: _arrays_. The final lesson is a worked example of linear regression with real data.
## Learning Goals
Students will be able to:
Realise that data science has 5 typical application domains, also called 'goals'.
Build a pipeline (workflow) to solve data science projects and tasks, always starting with a clear objective(s).
Carry out a data science project by breaking down the data into information (knowledge) and error (unknown structure, noise, randomness).
Interpreting our data science code, models and outputs so we can take actions that are aligned with the project's objective(s).
## How to use
Notes about Notebook, how to install and use these.
## Sources
* https://mybinder.org/v2/gh/engineersCode/EngComp1_offtheground/master
* https://github.com/ipython/ipython-in-depth
Both the above sources are licenses CC-BY, and 3-clause BSD license. Same as our remixes, modification of these materials.
## Copyright and License
(c) 2018 Kevin G. Dunn. All content is under Creative Commons Attribution
[CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/), and all
[code is under BSD-3 clause](https://github.com/kgdunn/digital-skills-module5/blob/master/LICENSE). We are happy if you re-use the content in any way!