エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
sklearn.preprocessing.Imputer — scikit-learn 0.21.3 documentation
class sklearn.preprocessing.Imputer(*args, **kwargs)[source]¶ Imputation transformer for completi... class sklearn.preprocessing.Imputer(*args, **kwargs)[source]¶ Imputation transformer for completing missing values. Read more in the User Guide. missing_values : integer or “NaN”, optional (default=”NaN”) The placeholder for the missing values. All occurrences of missing_values will be imputed. For missing values encoded as np.nan, use the string value “NaN”. strategy : string, optional (default=”



2017/05/31 リンク