質問編集履歴

1

print(sklearn.impute.SimpleImputer._validate_data) の入力と出力結果(エラー)

2021/03/08 16:22

投稿

JayJ
JayJ

スコア2

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,36 @@
50
50
 
51
51
 
52
52
 
53
+
54
+
55
+
56
+
57
+ -------------------------------------------------------------
58
+
59
+
60
+
61
+ print(sklearn.impute.SimpleImputer._validate_data)
62
+
63
+
64
+
65
+ ---------------------------------------------------------------------------
66
+
67
+ AttributeError Traceback (most recent call last)
68
+
69
+ <ipython-input-8-fde2c97006d6> in <module>()
70
+
71
+ ----> 1 print(sklearn.impute.SimpleImputer._validate_data)
72
+
73
+
74
+
75
+ AttributeError: module 'sklearn' has no attribute 'impute'
76
+
77
+
78
+
79
+
80
+
81
+
82
+
53
83
  ```ここに言語名を入力
54
84
 
55
85
  Python