[ 
https://issues.apache.org/jira/browse/SPARK-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535701#comment-14535701
 ] 

Glenn Weidner commented on SPARK-7427:
--------------------------------------

I've also generated the scaladoc by running build/sbt unidoc to compare against 
generated Python API docs.  When all the individual shared parameters (e.g., 
HasInputCol) in sharedParams.scala created by SharedParamsCodeGen.scala are 
private, then no html is generated.  If public, then the corresponding html is 
available in browser along with Param, Params, ParamMap, etc. under 
org.apache.spark.ml.param.

[~josephkb] Can you provide a little more description regarding the 
"documentation for shared Params differs" between Scala and Python?

I'm double-checking that my forked repository is in sync with latest from 
master since I only found sections for feature, classification, tuning, 
evaluation modules under pyspark.ml in my generated Python API docs.

> Make sharedParams match in Scala, Python
> ----------------------------------------
>
>                 Key: SPARK-7427
>                 URL: https://issues.apache.org/jira/browse/SPARK-7427
>             Project: Spark
>          Issue Type: Documentation
>          Components: ML, PySpark
>            Reporter: Joseph K. Bradley
>            Priority: Trivial
>              Labels: starter
>
> The documentation for shared Params differs a little between Scala, Python.  
> The Python docs should be modified to match the Scala ones.  This will 
> require modifying the sharedParamsCodeGen files.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to