You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -105,14 +105,14 @@ SHAP (SHapley Additive exPlanations) is a game theoretic approach to explain the
105
105
</p>
106
106
Jul 7, 2020
107
107
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):
109
109
<p>
110
110
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.
111
111
</p>
112
112
Jul 6, 2020
113
113
114
114
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):
116
116
<p>
117
117
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.
118
118
</p>
@@ -126,21 +126,21 @@ SHAP (SHapley Additive exPlanations) is a game theoretic approach to explain the
126
126
Jul 2, 2020
127
127
128
128
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):
130
130
<p>
131
131
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
132
132
</p>
133
133
Jun 28, 2020
134
134
135
135
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):
137
137
<p>
138
138
EDA-focused regression model building to predict a ship's Crew Size. CSV Dataset included in a same folder.
139
139
</p>
140
140
Jun 23, 2020
141
141
142
142
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):
144
144
<p>
145
145
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)
146
146
</p>
@@ -162,8 +162,8 @@ SHAP (SHapley Additive exPlanations) is a game theoretic approach to explain the
162
162
163
163
164
164
#### Recommedation System - Collaborative Filtering
0 commit comments