Skip to content

Feature/docs#1011

Merged
Jammy2211 merged 8 commits intomainfrom
feature/docs
Apr 29, 2024
Merged

Feature/docs#1011
Jammy2211 merged 8 commits intomainfrom
feature/docs

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Documentation on building a scientific workflow.

@Jammy2211 Jammy2211 requested a review from rhayes777 April 24, 2024 06:55
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.77%. Comparing base (c287266) to head (4e2d1e7).
Report is 3 commits behind head on main.

❗ Current head 4e2d1e7 differs from pull request most recent head 1b9dc65. Consider uploading reports for the commit 1b9dc65 to get more accurate results

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.
📢 Have feedback on the report? Share it here.

Comment on lines +14 to +15
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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Comment on lines +25 to +26
The parameters of this parent distribution are themselves inferred from the data, which for many problems enables
more robust and informative model fitting.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Copy link
Copy Markdown
Collaborator Author

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 :)

@Jammy2211 Jammy2211 merged commit 2b2e049 into main Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants