Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c737b0

Browse files
authored
fix typo (#1267)
1 parent689ac9e commit4c737b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pgml-extension/src/orm/algorithm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl std::string::ToString for Algorithm {
143143
Algorithm::linear_svm =>"linear_svm".to_string(),
144144
Algorithm::lightgbm =>"lightgbm".to_string(),
145145
Algorithm::transformers =>"transformers".to_string(),
146-
Algorithm::affinity_propagation =>"transformers".to_string(),
146+
Algorithm::affinity_propagation =>"affinity_propagation".to_string(),
147147
Algorithm::birch =>"birch".to_string(),
148148
Algorithm::feature_agglomeration =>"feature_agglomeration".to_string(),
149149
Algorithm::mini_batch_kmeans =>"mini_batch_kmeans".to_string(),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp