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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,4 @@
28
28
29
29
*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).
30
30
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