Package

com.microsoft.ml.spark

codegen

Permalink

package codegen

Visibility
  1. Public
  2. All

Type Members

  1. class PySparkEstimatorWrapper extends PySparkWrapper

    Permalink
  2. class PySparkEstimatorWrapperTest extends PySparkWrapperTest

    Permalink
  3. class PySparkEvaluatorTestWrapper extends PySparkWrapperParamsTest

    Permalink
  4. class PySparkEvaluatorWrapper extends PySparkParamsWrapper

    Permalink
  5. abstract class PySparkParamsWrapper extends WritableWrapper

    Permalink

    :: DeveloperApi :: Abstraction for PySpark wrapper generators.

  6. class PySparkTransformerWrapper extends PySparkWrapper

    Permalink
  7. class PySparkTransformerWrapperTest extends PySparkWrapperTest

    Permalink
  8. abstract class PySparkWrapper extends PySparkParamsWrapper

    Permalink
  9. class PySparkWrapperGenerator extends WrapperGenerator

    Permalink
  10. abstract class PySparkWrapperParamsTest extends WritableWrapper

    Permalink

    :: DeveloperApi :: Abstraction for PySpark wrapper generators.

  11. abstract class PySparkWrapperTest extends PySparkWrapperParamsTest

    Permalink
  12. class SparklyREstimatorWrapper extends SparklyRWrapper

    Permalink
  13. class SparklyREvaluatorWrapper extends SparklyRParamsWrapper

    Permalink
  14. abstract class SparklyRParamsWrapper extends WritableWrapper

    Permalink

    :: DeveloperApi :: Abstraction for SparklyR wrapper generators.

  15. class SparklyRTransformerWrapper extends SparklyRWrapper

    Permalink
  16. abstract class SparklyRWrapper extends SparklyRParamsWrapper

    Permalink
  17. class SparklyRWrapperGenerator extends WrapperGenerator

    Permalink
  18. abstract class WrapperGenerator extends AnyRef

    Permalink
  19. abstract class WritableWrapper extends AnyRef

    Permalink

    API for writing a wrapper to file

Value Members

  1. object CodeGen

    Permalink
  2. object Config

    Permalink
  3. object DocGen

    Permalink

    Generate .rst file for each Python file inorder to autogenerate API documentation.

    Generate .rst file for each Python file inorder to autogenerate API documentation. This generation should be run before the init.py file is generated, and before the Python is zipped into the zip file.

  4. object PySparkWrapperGenerator

    Permalink
  5. object SparklyRWrapperGenerator

    Permalink
  6. object WrapperClassDoc

    Permalink

    Provide class level python help documentation for generated classes.

    Provide class level python help documentation for generated classes. Lookup the doc string based on the name of the scala class The text for this help is drawn from the scaladocs explanations in the scala classes.

    Where possible, there is also sample code to illustrate usage.

    The default case, TODO + classname will help identify missing class docs as more modules are added to the codebase. When new classes are added, please add a case and docstring here.

Members