-
Notifications
You must be signed in to change notification settings - Fork 1.9k
API reference - Samples for Transforms #1209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment has been minimized.
This comment has been minimized.
Would the logistic regression one be done with PR #2256? I wonder if others may be done, too. I can try to go through and see if they have XML doc examples. |
Hi @jwood803, yes you took care of LogisticRegression with #2256. Thanks! If you have bandwidth, and are looking for something to do, you can contribute to the samples, and replicate the work you did on Logistic Regression for #2256 for the other binary trainers: LightGBM, basically every extension on the BinaryClassificationCatalog.BinaryClassificationTrainers.
cc @shmoradims @rogancarr FYI. If you claim those, feel free to update the table with your username. |
I moved the trainers to a separate issue: #2522 |
I talked with @shmoradims and @eerhardt and I will work as a sub-part of this issue an example implementation of |
Verified that everything is documented, but the normalizer multicolumn APIs. Tracking that as a separate issue. |
We need to add samples on how to use the new transformer, and estimators than reference those samples from the XML documentation so that in docs.microsoft.com users can copy/paste the sample and have a head-starts.
Mot of the tests that got added as part of the transformer work are a good start for creating a sample.
MLContext Catalogs
P0+P1 Public API (extension methods) per Catalog
For the Data catalog, all API's documentations needs to be augmented with suggestions for when would one use this API.
The text was updated successfully, but these errors were encountered: