Skip to content

Commit cb0887d

Browse files
authored
Update README.md
1 parent 09c5299 commit cb0887d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
*09062019: DBSCAN_Complete*, Folder containing files and images related to application of DBSCAN algorithm to cluster Weather Stations in Canada. Apart from ususal Scikit-learn, numpy, pandas, I have used Basemap to show the clusters on a map. More details can be found in [Medium](https://medium.com/@saptashwa/dbscan-algorithm-complete-guide-and-application-with-python-scikit-learn-d690cbae4c5d).
3030

31-
*13072019: SVM_Decision_Boundary*, I set up a pipeline with StamdardScaler, PCA, SVM and, performed grid-search cross-validation to find best-fit parameters, using which the decision function contours of SVM classifier for binary classification are plotted.
31+
*13072019: SVM_Decision_Boundary*, I set up a pipeline with StamdardScaler, PCA, SVM and, performed grid-search cross-validation to find best-fit parameters, using which the decision function contours of SVM classifier for binary classification are plotted. Read in [TDS](https://towardsdatascience.com/visualizing-support-vector-machine-decision-boundary-69e7591dacea) for more.

0 commit comments

Comments
 (0)