salesforce / logai

LogAI - An open-source library for log analytics and intelligence
BSD 3-Clause "New" or "Revised" License
392 stars 58 forks source link

got error when use kmeans algorithm: The 'algorithm' parameter of KMeans must be a str among {'elkan', 'lloyd'}. Got 'auto' instead. #72

Open nickfan opened 2 months ago

nickfan commented 2 months ago

got error when use kmeans algorithm:

The 'algorithm' parameter of KMeans must be a str among {'elkan', 'lloyd'}. Got 'auto' instead.

image

image