Code Monkey home page Code Monkey logo

cse780's Introduction

CSE780

McMaster University Data Science course Stats 780/CSE 780 for graduate studies. The purpose of this project is to revisit to requirements of CSE 780; 6 projects in total while using 6 different statistical theories. The advise of the instructor was to write code in R and write data analysis reports in Latex without exceeding the 2 pages limit for 5 projects (report limit was what I found to be the most challenging).

Since the students were discouraged from using Python for data analysis, the question I want to answer is "What is the difference between R and Python from a data science perspective?". My plan is to rewrite all R code in Python, compare the results, and learn more along the way.

Installation

Setup of the environment and required packages.

conda environment

$ conda create -n cse780 python=3.7

To activate/deactivate the environment:

$ conda activate cse780
(cse780) $ conda deactivate

install R packages

(cse780) $ conda install -c r r-cardata

install Python packages

(cse780) $ conda install -c anaconda pandas
(cse780) $ conda install -c anaconda seaborn
(cse780) $ conda install -c anaconda pandas
(cse780) $ conda install -c auto apriori

Plesase do not use this repository to promote plagiarism. Do not use these reports as your assignments, my advise is to learn by attending the courses and putting elbow grease in to writing the code and reports yourself. When you get stuck everything you need can be found online, use whatever tools you feel the most comfortable i.e. Latex was not first choice so I used Word and it saved me a lot of time.

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.