fixes argument in not-standardize
This commit is contained in:
parent
af536757fe
commit
cbe8571546
@ -65,7 +65,7 @@ def kmeans_nonspatial(query, colnames, num_clusters=5,
|
|||||||
cluster_columns = _scale_data(
|
cluster_columns = _scale_data(
|
||||||
_extract_columns(db_resp, out_id_colname))
|
_extract_columns(db_resp, out_id_colname))
|
||||||
else:
|
else:
|
||||||
cluster_columns = _extract_columns(db_resp, id_col=out_id_colname)
|
cluster_columns = _extract_columns(db_resp, out_id_colname)
|
||||||
|
|
||||||
# TODO: decide on optimal parameters for most cases
|
# TODO: decide on optimal parameters for most cases
|
||||||
# Are there ways of deciding parameters based on inputs?
|
# Are there ways of deciding parameters based on inputs?
|
||||||
|
Loading…
Reference in New Issue
Block a user