-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature/docs #1011
Feature/docs #1011
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1011 +/- ##
==========================================
+ Coverage 80.75% 80.77% +0.01%
==========================================
Files 198 198
Lines 14979 14983 +4
==========================================
+ Hits 12096 12102 +6
+ Misses 2883 2881 -2 ☔ View full report in Codecov by Sentry. |
Graphical models concisely describe these model and dataset dependencies and allow for | ||
them to be fitted simultaneously, with a concise API and scientific workflow that ensures scalability to big datasets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Graphical models concisely describe these model and dataset dependencies and allow for | |
them to be fitted simultaneously, with a concise API and scientific workflow that ensures scalability to big datasets. | |
Graphical models concisely describe these model and dataset dependencies, allowing them to be fitted simultaneously. This is achieved through a concise API and scientific workflow that ensures scalability to large datasets. |
The parameters of this parent distribution are themselves inferred from the data, which for many problems enables | ||
more robust and informative model fitting. | ||
|
||
Anfull description of using hierarchical models is given below: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anfull description of using hierarchical models is given below: | |
A full description of using hierarchical models is given below: | |
Hierarchical Models | ||
------------------- | ||
|
||
Hierarchical models are where multiple parameters in the model are assumed to be drawn from a common distributio. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hierarchical models are where multiple parameters in the model are assumed to be drawn from a common distributio. | |
Hierarchical models are where multiple parameters in the model are assumed to be drawn from a common distribution. |
The parameters of this parent distribution are themselves inferred from the data, which for many problems enables | ||
more robust and informative model fitting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The parameters of this parent distribution are themselves inferred from the data, which for many problems enables | |
more robust and informative model fitting. | |
The parameters of this parent distribution are themselves inferred from the data, , enabling more robust and informative model fitting for many problems. |
Search Grid Search | ||
------------------ | ||
|
||
A classic method to perform model-fitting is a grid search, where the parameters of a model are divided on to a grid of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A classic method to perform model-fitting is a grid search, where the parameters of a model are divided on to a grid of | |
A classic method to perform model-fitting is a grid search, where the parameters of a model are divided onto a grid of | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all the suggestions! Implemented :)
Documentation on building a scientific workflow.