Skip to content
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

CalCofi1 Update2.md Changes #44

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gavintieng
Copy link
Contributor

No description provided.

reznikovl and others added 3 commits March 17, 2021 22:49
Increased text size for sardine and opah scatter plots
Copy link
Member

@syoh syoh left a comment

Choose a reason for hiding this comment

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

Hey Team,
The current way of embedding images would break if Gavin's repository is moved or deleted. Place the images in the team directory and use markdown code to embed them.

@@ -27,13 +27,13 @@ In our last progress update, we took a brief look at the visual relationship bet

<img src="https://raw.githubusercontent.com/gavintieng/ucsb-ds-capstone-2021.github.io/main/ucsb_ds_capstone_projects_2021/projects/calcofi1/update2_exploratory.png" alt="drawing" />
Copy link
Member

Choose a reason for hiding this comment

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

Markdown can embed images directly: https://jupyterbook.org/content/figures.html
You want to add the image update2_exploratory.png to the same directory and replace the HTML with ![some-text](update2_exploratory.png)

@@ -27,13 +27,13 @@ In our last progress update, we took a brief look at the visual relationship bet

<img src="https://raw.githubusercontent.com/gavintieng/ucsb-ds-capstone-2021.github.io/main/ucsb_ds_capstone_projects_2021/projects/calcofi1/update2_exploratory.png" alt="drawing" />

At this point, we wanted to explore the possibility of a more causal relationship by offsetting the years between the datasets. This way, it would give us a better look if, for example, a higher larvae count 2-4 years ago could potentially predict a higher fishery catch later. We performed a basic linear correlation on the offset data, generating the following graph:
At this point, we wanted to explore the possibility of a more causal relationship. We decided to calculate the correlation of Larva_(t) and Fish_(t+x), with x being between (-2, 7). This way, it would give us a better look if, for example, a higher larvae count 2-4 years ago could potentially predict a higher fishery catch later. We performed a basic linear correlation on the offset data, generating the following graph:
Copy link
Member

Choose a reason for hiding this comment

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

Latex can be used in Jupyter book: https://jupyterbook.org/content/math.html
You might find Mathpix helpful: https://mathpix.com

@@ -77,9 +77,9 @@ fish that is to be caught in the future years because more fish are becoming adu
from those larvae.

### d) Total Catch vs. Larvae Amounts (with years)
<img src=https://raw.githubusercontent.com/gavintieng/ucsb-ds-capstone-2021.github.io/main/ucsb_ds_capstone_projects_2021/projects/calcofi1/meanlarvaevscatchlbsopah.png alt="drawing" />
<img src=https://raw.githubusercontent.com/gavintieng/ucsb-ds-capstone-2021.github.io/main/ucsb_ds_capstone_projects_2021/projects/calcofi1/opah_fixedc.png alt="drawing" />
Copy link
Member

Choose a reason for hiding this comment

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

Same comment as above

Markdown can embed images directly: https://jupyterbook.org/content/figures.html
You want to add the image update2_exploratory.png to the same directory and replace the HTML with ![some-text](update2_exploratory.png)


<img src=https://raw.githubusercontent.com/gavintieng/ucsb-ds-capstone-2021.github.io/main/ucsb_ds_capstone_projects_2021/projects/calcofi1/meanlarvaevscatchlbssardine.png alt="drawing">
<img src=https://raw.githubusercontent.com/gavintieng/ucsb-ds-capstone-2021.github.io/main/ucsb_ds_capstone_projects_2021/projects/calcofi1/sardine_fixedc.png alt="drawing">
Copy link
Member

Choose a reason for hiding this comment

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

Same comment as above

Markdown can embed images directly: https://jupyterbook.org/content/figures.html
You want to add the image update2_exploratory.png to the same directory and replace the HTML with ![some-text](update2_exploratory.png)

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