Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/PacktPublishing/Statistics-for-Data-Science

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/PacktPublishing/Statistics-for-Data-Science

  • v0.0.0-20230118091343-08288165c680
  • Source
  • Go
  • Socket score

Version published
Created
Source

Statistics for Data Science

This is the code repository for Statistics for Data Science, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book will take you through an entire journey of statistics from knowing very little to becoming comfortable in using various statistical methods for data science tasks. This book will start off with simple statistics and then move on to statistical methods that are used in data science algorithms. The R programs for the statistical computations will be clearly explained along with the logic. You will come across various mathematical concepts such as variance, standard deviation, probability, matrix calculations, and more. You will learn only what is required to implement statistics in data science tasks such as data cleaning, mining, and analysis. You will learn required statistics to perform tasks such as linear regression, regularization, model assessment, boosting, SVMs, and working with neural networks.

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

MyFile <-"C:/GammingData/SlotsResults.csv" 
MyData <- read.csv(file=MyFile, header=TRUE, sep=",") 

This book is intended for those with a data development background who are interested in possibly entering the field of data science and are looking for concise information on the topic of statistics with the help of insightful programs and simple explanation. Just bring your data development experience and an open mind!

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781788290678

FAQs

Package last updated on 18 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc