Skip to content

Commit 81394df

Browse files
Moved the Classification, misc, and basics to the Map_Reduce_Folder (#544)
* Update navbar.html * Update navbar.html Removed the commented part * Reorganised the files in MR Folder * asdf * hello * cricket * Update Gemfile Removed the extra Gems that I had added for my system * Redirected the links * Cleaned up the artifact that wasn't supposed to be there. * Redirected the links * moved more files * moced and redirected the algorithm files * moved and redirected the clustering files * moved and rediected the recommender files * redirected the recommender links * Added the redirects
1 parent b7db1bf commit 81394df

File tree

77 files changed

+305
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+305
-80
lines changed

website/Gemfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ source "https://rubygems.org"
2727
#
2828
# This will help ensure the proper Jekyll version is running.
2929
# Happy Jekylling!
30-
30+
gem "logger"
31+
gem "csv"
32+
gem "base64"
33+
gem "webrick" # Required for Ruby 3.4.0+
3134
gem "jekyll", "4.3.2"
3235
gem 'jekyll-latex'
36+
gem "jekyll-redirect-from"
37+
3338

3439
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
3540
# uncomment the line below. To upgrade, run `bundle update github-pages`.

website/documentation/users/classification/bankmarketing-example.md renamed to website/Map_Reduce_Folder/Classification/bankmarketing-example.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
title:
4+
redirect_from:
5+
- /documentation/users/classification/bankmarketing-example
6+
- /documentation/users/classification/bankmarketing-example.html
47
---
58

69
#Bank Marketing Example

website/documentation/users/classification/bayesian-commandline.md renamed to website/Map_Reduce_Folder/Classification/bayesian-commandline.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
title: bayesian-commandline
4+
redirect_from:
5+
- /documentation/users/classification/bayesian-commandline
6+
- /documentation/users/classification/bayesian-commandline.html
47
---
58

69
# Naive Bayes commandline documentation

website/documentation/users/classification/bayesian.md renamed to website/Map_Reduce_Folder/Classification/bayesian.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
title:
4+
redirect_from:
5+
- /documentation/users/classification/bayesian
6+
- /documentation/users/classification/bayesian.html
47
---
58

69
# Naive Bayes

website/documentation/users/classification/breiman-example.md renamed to website/Map_Reduce_Folder/Classification/breiman-example.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
title: Breiman Example
4+
redirect_from:
5+
- /documentation/users/classification/breiman-example
6+
- /documentation/users/classification/breiman-example.html
47
---
58

69
#Breiman Example

website/documentation/users/classification/class-discovery.md renamed to website/Map_Reduce_Folder/Classification/class-discovery.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
title: Class Discovery
4+
redirect_from:
5+
- /documentation/users/classification/class-discovery
6+
- /documentation/users/classification/class-discovery.html
47
---
58
<a name="ClassDiscovery-ClassDiscovery"></a>
69
# Class Discovery

website/documentation/users/classification/classifyingyourdata.md renamed to website/Map_Reduce_Folder/Classification/classifyingyourdata.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
title: ClassifyingYourData
4+
redirect_from:
5+
- /documentation/users/classification/classifyingyourdata
6+
- /documentation/users/classification/classifyingyourdata.html
47
---
58

69
# Classifying data from the command line

website/documentation/users/classification/hidden-markov-models.md renamed to website/Map_Reduce_Folder/Classification/hidden-markov-models.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
title: Hidden Markov Models
4+
redirect_from:
5+
- /documentation/users/classification/hidden-markov-models
6+
- /documentation/users/classification/hidden-markov-models.html
47
---
58

69
# Hidden Markov Models

website/documentation/users/classification/locally-weighted-linear-regression.md renamed to website/Map_Reduce_Folder/Classification/locally-weighted-linear-regression.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
title: Locally Weighted Linear Regression
4+
redirect_from:
5+
- /documentation/users/classificaation/locally-weighted-linear-regression
6+
- /documentation/users/classificaation/locally-weighted-linear-regression.html
47
---
58

69
<a name="LocallyWeightedLinearRegression-LocallyWeightedLinearRegression"></a>

website/documentation/users/classification/logistic-regression.md renamed to website/Map_Reduce_Folder/Classification/logistic-regression.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
layout: default
33
title: Logistic Regression
4+
redirect_from:
5+
- /documentation/users/classification/logistic-regression
6+
- /documentation/users/classification/logistic-regression.html
47
---
58

69
<a name="LogisticRegression-LogisticRegression(SGD)"></a>

0 commit comments

Comments
 (0)