Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Implementing K-Means Clustering | K-Means
Cluster Analysis with Python
セクション 3.  7
single

single

bookChallenge: Implementing K-Means Clustering

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

You are given a synthetic dataset stored in the data variable.

  • Initialize a K-means model with 3 clusters, set random_state to 42, n_init to 'auto' and store it in the kmeans variable.
  • Fit the model on the dataset, predict the cluster labels, and store the result in the labels variable.
  • For each cluster i, extract the points belonging to this cluster and store the result in the cluster_points variable.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  7
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt