Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Documentation for some components is broken #368

Closed
@najeeb-kazmi

Description

@najeeb-kazmi

Descriptions/remarks for several classes are messed up and there is no/incomplete documentation for some params. This is due to some incorrect indentation.

Pipeline: https://docs.microsoft.com/en-us/python/api/nimbusml/nimbusml.pipeline?view=nimbusml-py-latest

:param steps: the list of operator or (name, operator) tuples that
are chained in the appropriate order.
:param model: the path to the model file (".zip") if want to load a
model directly from file (such as a trained model from ML.NET).

ensemble.booster.Dart: https://docs.microsoft.com/en-us/python/api/nimbusml/nimbusml.ensemble.booster.dart?view=nimbusml-py-latest

Trees (DART) employs dropouts in MART and overcomes the issues of over-
specialization of MART,
achiving better performance in many tasks.

and several other places. Do a pass over the docs site and fix the relevant whitespacing issues.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions