Skip to content

Shared repository of R scripts for engineering features and constructing predictive model for compressing climate data.

Notifications You must be signed in to change notification settings

collinbarraugh/csci561-finalproject-team2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csci561-finalproject-team2

This is a shared project space for the Statistical Learning II (CSCI561) course at Colorado School of Mines. This shared repository contains R scripts for engineering features and constructing predictive model for compressing climate data.

Authors

Collaboration Links

Guide to Code

/src/pooling

  • Uncomment line 112 and run normalize.Rmd to normalize the cimate images (left adjusted to 0 and divided by max ixel value)
  • Run pooling_stats.ipynb to generate appriximately 30 pooling features for each dataset of climate images
  • testing_poolingFeatures.csv and train_validation_poolingFeatures contain the best 5 pooling features generated from the python script for each dataset

/src/dfCreation.Rmd:

  • Generates the initial dataframe and populates it with simple summary statistic features
  • Adds in contour features
  • Adds in pooling features
  • Saves the unstandardized data to CSVs
  • Creates the dataframe of standardized features
  • Saves the standardized data to CSVs

/src/multiStageModel1.Rmd

  • Runs what we refer to as the Multi-Stage Model 1

/src/Subset selection and KNN Model.Rmd

  • Runs subset selection and KNN model once variables have been created.

/src/ModelingTreesModel2.Rmd -Runs what we refer to as the Multi-Stage Model 2

/writeup

  • Contains files describing the objective for the class project.

About

Shared repository of R scripts for engineering features and constructing predictive model for compressing climate data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •