https://github.com/imperialcollegelondon/rcds-machine-learning-with-python
Getting started with scikit-learn for machine learning
https://github.com/imperialcollegelondon/rcds-machine-learning-with-python
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Repository
Getting started with scikit-learn for machine learning
Basic Info
- Host: GitHub
- Owner: ImperialCollegeLondon
- Language: Jupyter Notebook
- Default Branch: main
- Size: 169 MB
Statistics
- Stars: 29
- Watchers: 2
- Forks: 18
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Machine Learning with Python
Getting started with scikit-learn
Following on from the Introduction to Machine Learning course, this series of hands-on workshops will get you started with applying supervised and unsupervised machine learning methods in Python, using the popular scikit-learn package.
Intended Learning Outcomes
After completing this workshop, you will be better able to:
- Prepare a dataset for machine learning in Python
- Select a scikit-learn method appropriate for a particular learning task
- Construct your own workflows for model training and testing
- Evaluate the performance of a model
Setup
We will be working with python using jupyter notebooks. The easiest way to access jupyter is via the Anaconda platform.
Please install Anaconda from https://www.anaconda.com in advance of the first session.
Please ensure that you have an up-to-date scikit-learn package installed prior to starting the first session. General installation instructions are available here: https://scikit-learn.org/stable/install.html#installation-instructions
scikit-learn is part of the default installation of Anaconda, so you may already have everything you need.
Getting Started
Download this repository to your computer as a ZIP file and unpack it.
Open JupyterLab (within Anaconda) and navigate to the unpacked directory to work with the .ipynb notebooks.
Alternatively, you can run the notebooks online using Binder:
Data sets
We will be working with a variety of real and synthetic data sets to illustrate various methods. For your own work between classes, you will be asked to identify a suitable data set from your own research or from other work within your field.
You can start thinking about this before the course, but the main requirements for a machine learning data set will be discussed more during the first session.
Owner
- Name: Imperial College London
- Login: ImperialCollegeLondon
- Kind: organization
- Email: icgithub-support@imperial.ac.uk
- Location: Imperial College London
- Repositories: 311
- Profile: https://github.com/ImperialCollegeLondon
Imperial College main code repository
GitHub Events
Total
- Watch event: 12
- Push event: 1
- Fork event: 8
- Create event: 1
Last Year
- Watch event: 12
- Push event: 1
- Fork event: 8
- Create event: 1
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0