You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart LR
A[Data Collection & Processing]
B[Correlation Threshold]
C[Random Forest]
D[Bayesian Network]
E[Dynamics Visualisations]
F[Linear Regression]
subgraph _
direction LR
A --> B --> C --> D --> E --> F
end
H[Historical Climate Indices]
I[Global Meteorological Reanalysis]
J[Regional Temperature Reanalysis]
K[Chronological & Causal Rules]
L[Global Meteorological Analysis]
M[Regional Temperature Forecast]
subgraph __
direction LR
H --> A
I --> A
J --> B
J --> C
K --> D
L --> E
F --> M
end
GitHub now natively supports Mermaid flow diagrams in rendered Markdown files (https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/).
We have a flow diagram in this project, so this issue is to capture code and thinking about including an interactive flow diagram in the repo README.
The text was updated successfully, but these errors were encountered: