Giter Site home page Giter Site logo

infs692's Introduction

INFS692

Data Science with R

There is a problem initialize the h2o on chunck 13 on Dec 16th, which does not allow me to knit the pdf. So, Model1 report is based on the first version which did not convert the Institution to categorical variables. Model1 markdown file is updates which has the categorical value conversion set

The final submission is in the final project folder

There are three models:

  1. Model1 with stacking
  2. Model2 with DNN
  3. Model3 with K-means, hierarchy and model-based

Model 1 libraries:

library(tidymodels)
library(plyr)
library(caret)
library(caretEnsemble)
library(readr)
library(ggplot2)
library(tidyverse)
library(rpart) # for fitting decision trees
library(ipred) # for fitting bagged decision trees
library(pROC)
library(h2o)
library(ggcorrplot)
library(ROCR)
library(recipes)
remotes::install_github("kforthman/caretStack")

Model 2 libraries:

library(tensorflow)
library(keras)
library(caret)

Model 3 libraries:

library(dplyr)
library(factoextra)
library(cluster)
library(mclust)

There are alternative visualizations and approaches written in the code file
Uncomment the cells to show the results
Some printed are too long, so delete the invisible() function to check the whole results

infs692's People

Contributors

soap945 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.