-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Third delivery suggested changes #64
Comments
@catavallejos @nathansam @hwarden162 @alanocallaghan Please add any additional things that I've missed. |
kmeans: set seed for heatmap code chunk starting |
Challenge 1 in episode 1. Not sure about question 4. Is this a good example of high-dim data? Because it is one observation and so many features?
|
Changing that challenge from singular to plural patients would also be good to avoid implying high precision from generic prediction models (ie precision med hype) |
Current uniqueness/communality explanations contradicts Wikipedia I think: https://en.wikipedia.org/wiki/Factor_analysis#Terminology |
One way of reducing the number of dep packages is to move all the data wrangling stuff to a data package and then just |
Glossary still open, but covered by issue #89 |
A list of proposed changes following the May delivery of HDS
These are in addition to the changes in the pull request ailith_delivery3 and to the changes that Hannes made that have yet to be pushed to the main course materials.
Throughout
Intro
pairs()
(from Emma's review in Review comments: Introduction to high-dimensional data #39)Regression with many features (many outcomes)
pairs()
(from Emma's review in Review comments: Introduction to high-dimensional data #39)Regression in high-dimensional settings
where we introduce the methylation data and the two different types of problems. However, this is outside the scope for this round of changes. Creating this separate episode would also address some of Emma's concerns.dream()
from VariancePartition which is similar to limma but can handle grouping (random effects)Regularisation
pairs()
(from Emma's review in Review comments: Introduction to high-dimensional data #39)PCA
pairs()
(from Emma's review in Review comments: Introduction to high-dimensional data #39)FA
pairs()
(from Emma's review in Review comments: Introduction to high-dimensional data #39)K means
pairs()
(from Emma's review in Review comments: Introduction to high-dimensional data #39)Hierarchical clusters
pairs()
(from Emma's review in Review comments: Introduction to high-dimensional data #39)Other
dependencies.csv
can be reduced (see review comments: setup.md #34)The text was updated successfully, but these errors were encountered: