Hello I am trying K-means node with date and time format , but it is not taking , can anyone help me out
Hi @neerajkhetawat,
The k-Means node currently doesn’t support clustering of Date&Time
columns. You can work around this by using a Java Snippet that converts the Date&Time
column into epoch seconds, which you can use as input for k-Means: 12260.knwf (8.6 KB)
Best,
Stefan
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.