Skip to content

UCL-BENV0091-Antarctic/arctic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arctic

BENV0091 Group Project: Predicting Arctic Sea Ice with Supervised Learning

Media: on UCL Energy Institute's post

Visualisation: Shiny App

Report in PDF: https://realgjl.com/report/ucl/arctic_sea_ice.pdf

R environment

We are heavily using Jupyter Notebook as our developing platform to implement, build, and test our SL models for environmental risks on Arctic sea ice, and using miniconda to create isolated environments and manage our R packages.

For new/existing users of miniconda/Anaconda, please go to Install miniconda & set base environment and/or For existing conda users: create a new and isolated R environment.

Necessary libraries

tidyverse corrplot MASS randomforest neuralnet

conda install -c conda-forge r-tidyverse r-corrplot r-mass r-randomforest r-neuralnet

Data Credits

Key results: Performance Table

Model R-squared MSE
Linear Regression 0.898 0.00946
Penalized Linear Regression (Lasso, min) 0.863 0.00690
Penalized Linear Regression (Lasso, 1se) 0.857 0.00734
Penalized Polynomial Regression (Lasso, min) 0.931 0.00448
Penalized Polynomial Regression (Lasso, 1se) 0.917 0.00483
Random Forest 0.983 0.00105
Neural Networks 0.927 0.00106

About

BENV0091 Group Project for predicting Arctic Sea Ice with Supervised Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages