File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Target mean encoding
4646| K-nearest neighbors | Classification | - Accuracy - Precision - Recall - F-beta score - Area under ROC curve | - Low Bias High Variance | Sensitive to outliers | Sensitive to imbalanced data | |
4747| Decision Tree | Both | Both | - Low Bias High Variance | - Not impacted by outliers | - Not impacted by imbalanced data | |
4848| Random Forest | Both | Both | - Low Bias High Variance | - Not impacted by outliers | - Not impacted by imbalanced data | |
49- | K-means clustering | Clustering | - Elbow method - Silhoutte Analysis | | | | |
49+ | K-means clustering | Clustering | - Elbow method - Silhoutte Analysis | | Senstive to Outliers | | |
5050| | | | | | | |
5151
5252### 22. Why do CNNs perfom better with images ? (What is it that CNN achieve better than ANN when delaing with image data)
You can’t perform that action at this time.
0 commit comments