Git Product home page Git Product logo

data-science-all's Introduction

Data Science

Tips, Tricks and Thoughts

To use

  • Clone the repo: git clone https://github.com/bayoishola20/Data-Science-All.git

Additional Libraries Used

→ install.packages("xlsx") [To install this, run sudo apt-get install r-cran-rjava]

→ install.packages("openxlsx") [# The above does have memory issues even for a file of few MBs. Use this instead]

→ install.packages('RColorBrewer') [For viz color]

→ install.packages('ggthemes', dependencies = TRUE) [Theme for ggplot2]

→ install.packages('gridExtra') [For creating multiple histograms on a plot]

→ install.packages('leaflet') [For leaflet maps]

→ install.packages('tidyverse') [All tidyverse packages]

→ install.packages('stringr') [Checks for a pattern]

→ install.packages("sbtools") [USGS package (https://owi.usgs.gov/R/training-curriculum/usgs-packages/) for USGS web platform for data storage]

→ install.packages("dataRetrieval") [USGS package (https://owi.usgs.gov/R/training-curriculum/usgs-packages/) for retrieving gages (hydrologic time series data) with discharge from watershed]

→ to get above two working, run sudo apt-get install libudunits2-dev libxml2-dev

→ install.packages("sf") [For "simple features" like shapefiles]

→ to get above working on terminal run sudo apt install libgdal-dev, then install.packages(c("proj4", "rgdal", "sf")). Check gdal using gdalinfo --version

Tips

→ Get all files in a particular folder list.files("/home/bayo/Documents/Geostatistics & Geomarketing/")

Topics of Interest

  • matplotlib
  • D3.js
  • Spatial Analysis (leaflet, GDAL, OGR)
  • Inferential statistics & Probability distributions
  • Parameter estimation
  • Hypothesis testing
  • Statistical significance
  • Correlation and regression
  • A/B Testings
  • Maximum likelihood
  • Generalized linear model

Machine Learning

  • Scikit-learn
  • Supervised and unsupervised learning
  • Naive Bayes
  • SVM
  • Decision trees
  • Regression
  • clustering
  • Dimensionality reduction
  • Validation & evaluation of ML methods

bayoishola20

Inspired by several online resources and personal encounters. :smiles:

https://www.statmethods.net/input/datatypes.html

https://rstudio.github.io/leaflet/morefeatures.html

https://www.datacamp.com/community/data-science-cheatsheets

PS. Ubuntu is the OS used.

data-science-all's People

Contributors

bayoishola20 avatar

Watchers

 avatar  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.