-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
41 lines (30 loc) · 1.53 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Audit, Data Analytics and Other Stuff</title>
<link>/</link>
<description>Recent content on Audit, Data Analytics and Other Stuff</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sun, 17 May 2020 00:00:00 +0000</lastBuildDate>
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Machine Learning with Python Part 1: Decision Trees</title>
<link>/2020/05/machine-learning-with-python-part-1-decision-trees/</link>
<pubDate>Sun, 17 May 2020 00:00:00 +0000</pubDate>
<guid>/2020/05/machine-learning-with-python-part-1-decision-trees/</guid>
<description>
<p>Decision trees are supervised machine learning algorithms that are used for classification and regression. You can train a model that learns from existing data and predicts the value of desired variable.</p>
</description>
</item>
<item>
<title>Simple Visualizations About Covid19 Cases Using ggplot2</title>
<link>/2020/05/covid19-ggplot2/</link>
<pubDate>Tue, 05 May 2020 00:00:00 +0000</pubDate>
<guid>/2020/05/covid19-ggplot2/</guid>
<description>
<p>R has various ways to visualize data. In my opinion, #ggplot2 is the most elegant, practical and somewhat easy to learn way to do so.
</description>
</item>
</channel>
</rss>