Skip to content

Code repository for Machine Learning with R Cookbook, published by Packt Publishing

License

Notifications You must be signed in to change notification settings

jatin5251/Machine-Learning-with-R-Cookbook

 
 

Repository files navigation

#Machine Learning with R Cookbook

This is the code repository for Machine Learning with R Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

##Instructions and Navigation All of the code is organized into folders. Each folder starts with Chapter followed by Chapter Number. For example, Chapter 1.

Each Chapter contains code files. You will see code something similler to the following:

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />

<meta name="author" content="David Chiu" />


<title>chapter1</title
<body>
<script>
  (function () {
    var script = document.createElement("script");
    script.type = "text/javascript";
    script.src  = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
    document.getElementsByTagName("head")[0].appendChild(script);
  })();
</script>

</body>
</html>

##Related R Products:

About

Code repository for Machine Learning with R Cookbook, published by Packt Publishing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%