We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5194602 commit 0916268Copy full SHA for 0916268
Algorithms/Searching/PSO Feature Selection.py
@@ -286,3 +286,5 @@ def pso_calculate(f_count, df):
286
print(fitness_best_g)
287
cm_2 = confusion_matrix(y_actual, y_predict)
288
sns.heatmap(cm_2,annot=True,fmt="d")
289
+
290
+pso_calculate(30,df)
0 commit comments