Skip to content

Commit

Permalink
Revert change to max_iters
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Jan 11, 2023
1 parent 23bb144 commit 5f2c98d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release history

## Version 1.3.4 (1/10/23)
* (capfromtcs) Revert change to max_iter when specifying initialcenters.

## Version 1.3.3 (1/10/23)
* (capfromtcs) Changed intialization of kmeans from initialcenters, save more intermediate results.
* (utils.py) Factored out some transition array calculations.
Expand Down
2 changes: 1 addition & 1 deletion capcalc/scripts/capfromtcs
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ if clustertype == "kmeans":
theinit = "k-means++"
else:
theinit = theclustercenters
max_iter = 0
max_iter = 1

print("training model")
if minibatch:
Expand Down

0 comments on commit 5f2c98d

Please sign in to comment.