[ 
https://issues.apache.org/jira/browse/SPARK-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joseph K. Bradley updated SPARK-3841:
-------------------------------------
    Description: 
Provide a parent class for the Params case classes used in many MLlib examples, 
where the parent class pretty-prints the case class fields:
Param1Name      Param1Value
Param2Name      Param2Value
...
Using this class will make it easier to print test settings to logs.


  was:
Provide a parent class for the Params case classes used in many MLlib examples, 
where the parent class pretty-prints the case class fields:
Param1Name      Param1Type      Param1Value
Param2Name      Param2Type      Param2Value
...
Using this class will make it easier to print test settings to logs.



> Pretty-print Params case classes for tests
> ------------------------------------------
>
>                 Key: SPARK-3841
>                 URL: https://issues.apache.org/jira/browse/SPARK-3841
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>            Reporter: Joseph K. Bradley
>            Priority: Minor
>
> Provide a parent class for the Params case classes used in many MLlib 
> examples, where the parent class pretty-prints the case class fields:
> Param1Name    Param1Value
> Param2Name    Param2Value
> ...
> Using this class will make it easier to print test settings to logs.



--
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