Kaynağa Gözat

Update sklearn-metadata.json

Lutz Roeder 4 yıl önce
ebeveyn
işleme
32a967b21e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      source/sklearn-metadata.json

+ 1 - 1
source/sklearn-metadata.json

@@ -334,7 +334,7 @@
     "attributes": [
       {
         "default": 2,
-        "description": "Desired dimensionality of output data.\nMust be strictly less than the number of features.\nThe default value is useful for visualisation. For LSA, a value of\n100 is recommended.\n",
+        "description": "Desired dimensionality of output data.\nIf algorithm='arpack', must be strictly less than the number of features.\nIf algorithm='randomized', must be less than or equal to the number of features.\nThe default value is useful for visualisation. For LSA, a value of\n100 is recommended.\n",
         "name": "n_components",
         "type": "int32"
       },