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 689ac9e commit 4c737b0Copy full SHA for 4c737b0
pgml-extension/src/orm/algorithm.rs
@@ -143,7 +143,7 @@ impl std::string::ToString for Algorithm {
143
Algorithm::linear_svm => "linear_svm".to_string(),
144
Algorithm::lightgbm => "lightgbm".to_string(),
145
Algorithm::transformers => "transformers".to_string(),
146
- Algorithm::affinity_propagation => "transformers".to_string(),
+ Algorithm::affinity_propagation => "affinity_propagation".to_string(),
147
Algorithm::birch => "birch".to_string(),
148
Algorithm::feature_agglomeration => "feature_agglomeration".to_string(),
149
Algorithm::mini_batch_kmeans => "mini_batch_kmeans".to_string(),
0 commit comments