セクション 3. 章 4
single
Challenge: Solving Task Using Regularisation
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Your task is to create a classification model using L2 regularization on the breast_cancer dataset. It contains features computed from a digitized image of a fine needle aspirate (FNA) of a breast mass. The task associated with this dataset is to classify the breast mass as malignant (cancerous) or benign (non-cancerous) based on the extracted features.
Your task is to:
- Specify argument at the
LogisticRegression()constructor:- specify
penaltyargument equal tol2; - specify
Cargument equal to1.
- specify
- Fit regularized model on the training data.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 4
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください