Skip to content

Commit 0d9e3c6

Browse files
authored
Update README.md
1 parent 5126a22 commit 0d9e3c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ SHAP (SHapley Additive exPlanations) is a game theoretic approach to explain the
105105
</p>
106106
Jul 7, 2020
107107

108-
#### [Multi-class Text Classification 2 (with PySpark, MLlib, SparkSQL)](https://github.com/hyunjoonbok/Python-Projects/blob/master/vanilla/Multi-class%20Text%20Classification%20Problem%20with%20PySpark%20and%20MLlib.ipynb):
108+
#### [Multi-class Text Classification 2 (with PySpark, MLlib, SparkSQL)](https://github.com/hyunjoonbok/Python-Projects/blob/master/GeneralML/TextModel/Multi-class%20Text%20Classification%20Problem%20with%20PySpark%20and%20MLlib.ipynb):
109109
<p>
110110
Apache Spark is quickly gaining steam both in the headlines and real-world adoption, mainly because of its ability to process streaming data. With so much data being processed on a daily basis, it has become essential for us to be able to stream and analyze it in real time. We use Spark Machine Learning Library (Spark MLlib) to classify crime rescription into 33 categories.
111111
</p>
112112
Jul 6, 2020
113113

114114

115-
#### [Retail Price Recommendation model with Gradient Boosting Tree](https://github.com/hyunjoonbok/Python-Projects/blob/master/vanilla/Retail%20Price%20Recommendation%20model%20with%20Gradient%20Boosting%20Tree.ipynb):
115+
#### [Retail Price Recommendation model with Gradient Boosting Tree](https://github.com/hyunjoonbok/Python-Projects/blob/master/GeneralML/Others/Retail%20Price%20Recommendation%20model%20with%20Gradient%20Boosting%20Tree.ipynb):
116116
<p>
117117
Mercari (Japan’s biggest shopping app) would like to offer pricing suggestions to sellers, but this is not easy because their sellers are enabled to put just about anything, or any bundle of things, on Mercari’s marketplace. In this machine learning project, we will build a model that automatically suggests the right product prices. Here we build a complete price recommendation model leveraging LightGBM.
118118
</p>
@@ -126,21 +126,21 @@ SHAP (SHapley Additive exPlanations) is a game theoretic approach to explain the
126126
Jul 2, 2020
127127

128128

129-
#### [End-to-End Machine Learning Model using PySpark and MLlib](https://github.com/hyunjoonbok/Python-Projects/blob/master/vanilla/End-to-End%20Machine%20Learning%20Model%20using%20PySpark%20and%20MLlib.ipynb):
129+
#### [End-to-End Machine Learning Model using PySpark and MLlib](https://github.com/hyunjoonbok/Python-Projects/blob/master/GeneralML/Others/End-to-End%20Machine%20Learning%20Model%20using%20PySpark%20and%20MLlib.ipynb):
130130
<p>
131131
We build a complete ML model (Binary Classification with Imbalanced Classes problem) leveraging Spark's computation. Full cycle of ML (EDA, feature engineering, model building) is covered. In-Memory computation and Parallel-Processing are some of the major reasons that Apache Spark has become very popular in the big data industry to deal with data products at large scale and perform faster analysis
132132
</p>
133133
Jun 28, 2020
134134

135135

136-
#### [ML Model for predicting a Crew Size](https://github.com/hyunjoonbok/Python-Projects/blob/master/vanilla/Ship_Crew_Size_ML_Model.ipynb):
136+
#### [ML Model for predicting a Crew Size](https://github.com/hyunjoonbok/Python-Projects/blob/master/GeneralML/Others/Ship_Crew_Size_ML_Model.ipynb):
137137
<p>
138138
EDA-focused regression model building to predict a ship's Crew Size. CSV Dataset included in a same folder.
139139
</p>
140140
Jun 23, 2020
141141

142142

143-
#### [Simple Text Mining concept and practice from scratch](https://github.com/hyunjoonbok/Python-Projects/blob/master/vanilla/Simple%20Text%20Mining%20concept%20and%20practice%20from%20scratch.ipynb):
143+
#### [Simple Text Mining concept and practice from scratch](https://github.com/hyunjoonbok/Python-Projects/blob/master/GeneralML/TextModel/Simple%20Text%20Mining%20concept%20and%20practice%20from%20scratch.ipynb):
144144
<p>
145145
This notebook shows 3 different approches that could be taken when performing a text-mining, from it's concept and actual implementation of codes. Text mining is an approach to find a relationship between two words in a given sentence. It could be found by using: 1) Frequency of appearance of two words 2) Statistical method of extracting connection 3) Word2vec (DL)
146146
</p>
@@ -162,8 +162,8 @@ SHAP (SHapley Additive exPlanations) is a game theoretic approach to explain the
162162

163163

164164
#### Recommedation System - Collaborative Filtering
165-
[FastAI Implementation](https://github.com/hyunjoonbok/Python-Projects/blob/master/vanilla/Recommendation%20System%20-%20Matrix%20Factoization%20(Collaboratvie%20Filtering)%20in%20FastAI.ipynb) \
166-
[Surprise Library Implementation](https://github.com/hyunjoonbok/Python-Projects/blob/master/vanilla/Recommendation%20System%20-%20Matrix%20Factoization%20(Collaboratvie%20Filtering)%20using%20Surprise%20Library.ipynb)
165+
[FastAI Implementation](https://github.com/hyunjoonbok/Python-Projects/blob/master/GeneralML/RecommendationModel/Recommendation%20System%20-%20Matrix%20Factoization%20(Collaboratvie%20Filtering)%20in%20FastAI.ipynb) \
166+
[Surprise Library Implementation](https://github.com/hyunjoonbok/Python-Projects/blob/master/GeneralML/RecommendationModel/Recommendation%20System%20-%20Matrix%20Factoization%20(Collaboratvie%20Filtering)%20using%20Surprise%20Library.ipynb)
167167
<p>
168168
Experiment with the MovieLens 100K Data to provide movie recommendations for users based on different settings (Item-based, user-based, etc)
169169
</p>

0 commit comments

Comments
 (0)