Skip to content

Commit

Permalink
addrequired flags to daal4py
Browse files Browse the repository at this point in the history
  • Loading branch information
md-shafiul-alam committed Jan 17, 2024
1 parent 2f42b75 commit 01183aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daal4py/sklearn/cluster/_k_means_0_23.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def is_string(s, target_str):
maxIterations=numIterations,
accuracyThreshold=abs_tol,
fptype=X_fptype,
resultsToEvaluate="computeCentroids",
resultsToEvaluate="computeCentroids|computeAssignments|computeExactObjectiveFunction",
method=method,
)

Expand Down

0 comments on commit 01183aa

Please sign in to comment.