소스 검색

Update scikit-learn script

Lutz Roeder 3 년 전
부모
커밋
44d06fc119
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      tools/sklearn_script.py

+ 3 - 1
tools/sklearn_script.py

@@ -152,7 +152,9 @@ def _update_attributes(schema, lines):
             "{'first', 'if_binary'} or an array-like of shape (n_features,), default=None",
             "{'first', 'if_binary'} or a array-like of shape (n_features,), default=None",
             "{'linear', 'poly', 'rbf', 'sigmoid', 'precomputed'} or callable, default='rbf'",
-            "estimator instance"
+            "estimator instance",
+            "{'ascii', 'unicode'} or callable, default=None",
+            "{'l1', 'l2'} or None, default='l2'"
         }
         if line == 'str':
             line = 'string'