machine-learning-trees-python
Introduction to tree models with Python
https://github.com/carpentries-incubator/machine-learning-trees-python
Science Score: 18.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
○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 (11.2%) to scientific vocabulary
Keywords
Repository
Introduction to tree models with Python
Basic Info
- Host: GitHub
- Owner: carpentries-incubator
- License: other
- Language: Python
- Default Branch: gh-pages
- Homepage: https://carpentries-incubator.github.io/machine-learning-trees-python
- Size: 7.19 MB
Statistics
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 22
- Releases: 0
Topics
Metadata Files
README.md
Introduction to Tree Models in Python
Decision trees are a family of algorithms that are based around a tree-like structure of decision rules. These algorithms often perform well in tasks such as prediction and classification.
This lesson explores the properties of tree models in the context of mortality prediction. The lesson also covers topics such as overfitting, ensemble models, boosting, and bagging.
It is the second lesson in the machine learning curriculum. In later lessons we explore neural networks for image classification, and responsible machine learning.
- Introduction to Machine Learning in Python [Lesson materials; Code repository]
- Introduction to Tree Models in Python [Lesson materials; Code repository]
- Introduction to artificial neural networks in Python [Lesson materials; Code repository]
- Responsible machine learning in Python [Lesson materials; Code repository]
Workshop schedule
These lessons are being run at University of Edinburgh as part of the Ed-DaSH Data Science training programme for Health and Biosciences.
The first lessons were taught in May: https://edcarp.github.io/2022-05-24ed-dashmachine-learning/. For a list of future lessons, see: https://edcarp.github.io/Ed-DaSH/workshops
Contributing
We welcome all contributions to improve the lesson! Maintainers will do their best to help you if you have any questions, concerns, or experience any difficulties along the way.
We'd like to ask you to familiarize yourself with our Contribution Guide and have a look at the more detailed guidelines on proper formatting, ways to render the lesson locally, and even how to write new episodes.
Please see the current list of issues for ideas for contributing to this
repository. For making your contribution, we use the GitHub flow, which is
nicely explained in the chapter Contributing to a Project in Pro Git
by Scott Chacon.
Look for the tag . This indicates that the maintainers will welcome a pull request fixing this issue.
Maintainer(s)
Current maintainers of this lesson are:
Authors
A list of contributors to the lesson can be found in AUTHORS
Citation
To cite this lesson, please consult with CITATION
Owner
- Name: carpentries-incubator
- Login: carpentries-incubator
- Kind: organization
- Repositories: 107
- Profile: https://github.com/carpentries-incubator
Citation (CITATION)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Pollard" given-names: "Tom" orcid: "https://orcid.org/0000-0002-5676-7898" - family-names: "Peru" given-names: "Giacomo" - family-names: "Johnson" given-names: "Alistair" orcid: "https://orcid.org/0000-0002-8735-3014" title: "Introduction to Tree Models in Python (Carpentries Incubator)" version: 0.1.0 date-released: 2022-05-24 url: "https://github.com/carpentries-incubator/machine-learning-trees-python"
GitHub Events
Total
- Issues event: 2
- Fork event: 1
Last Year
- Issues event: 2
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 23
- Total pull requests: 9
- Average time to close issues: about 5 hours
- Average time to close pull requests: about 2 hours
- Total issue authors: 6
- Total pull request authors: 4
- Average comments per issue: 0.43
- Average comments per pull request: 0.56
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- tompollard (17)
- MelanieIStefan (2)
- alanocallaghan (1)
- DimmestP (1)
- milanmlft (1)
- tobyhodges (1)
Pull Request Authors
- tompollard (6)
- lauracmurphy (2)
- zkamvar (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- github-pages >= 0 development
- webrick >= 1.6.1
- actions/cache v2 composite
- actions/checkout master composite
- actions/setup-python v2 composite
- r-lib/actions/setup-r v2 composite
- ruby/setup-ruby v1 composite
- actions/cache v2 composite
- actions/checkout master composite
- actions/setup-python v2 composite
- r-lib/actions/setup-r v2 composite
- ruby/setup-ruby v1 composite