File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ <h3 class="text-3xl font-semibold capitalize">Linear Regression</h3>
106106 </ a >
107107
108108 {% comment %} K-Means Clustering {% endcomment %}
109- < a href ="{% url 'k_means_clustering ' %} " class ="card bg-base-200 shadow-xl lg:p-4 hover:bg-base-300 border-solid border-primary border-2 hover:border-secondary ">
109+ < a href ="{% url 'k_means_clustering_study ' %} " class ="card bg-base-200 shadow-xl lg:p-4 hover:bg-base-300 border-solid border-primary border-2 hover:border-secondary ">
110110 < div class ="card-body ">
111111 < h3 class ="text-3xl font-semibold capitalize "> K-Means Clustering</ h3 >
112112 < div class ="stats stats-vertical lg:stats-horizontal shadow ">
@@ -139,7 +139,7 @@ <h3 class="text-3xl font-semibold capitalize">K-Means Clustering</h3>
139139 </ a >
140140
141141 {% comment %} SVM Regression {% endcomment %}
142- < a href ="{% url 'svm_regression ' %} " class ="card bg-base-200 shadow-xl lg:p-4 hover:bg-base-300 border-solid border-primary border-2 hover:border-secondary ">
142+ < a href ="{% url 'svm_regression_study ' %} " class ="card bg-base-200 shadow-xl lg:p-4 hover:bg-base-300 border-solid border-primary border-2 hover:border-secondary ">
143143 < div class ="card-body ">
144144 < h3 class ="text-3xl font-semibold capitalize "> SVM Regression</ h3 >
145145 < div class ="stats stats-vertical lg:stats-horizontal shadow ">
Original file line number Diff line number Diff line change 99 ),
1010 path ("doodle_classifer/" , views .doodle_classifier , name = "doodle_classifier_study" ),
1111 path ("linear_regression/" , views .linear_regression , name = "linear_regression_study" ),
12- path ("k_means_clustering/" , views .k_means_clustering , name = "k_means_clustering" ),
13- path ("svm_regression/" , views .svm_regression , name = "svm_regression" ),
12+ path (
13+ "k_means_clustering/" , views .k_means_clustering , name = "k_means_clustering_study"
14+ ),
15+ path ("svm_regression/" , views .svm_regression , name = "svm_regression_study" ),
1416]
You can’t perform that action at this time.
0 commit comments