-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add TensorFlow documentation to the main class, and include examples on it. #867
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
Changes from 6 commits
246e78d
1c0202f
05588b0
bd07ed8
bf55ac3
32b2e79
fb5de85
5a63d2b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15777,9 +15777,8 @@ public SentimentAnalyzerPipelineStep(Output output) | |
namespace Transforms | ||
{ | ||
|
||
/// <summary> | ||
/// Transforms the data using the TensorFlow model. | ||
/// </summary> | ||
/// <include file='../Microsoft.ML.TensorFlow/doc.xml' path='doc/members/member[@name="TensorflowTransform"]/*' /> | ||
/// <include file='../Microsoft.ML.TensorFlow/doc.xml' path='doc/members/example[@name="TensorflowTransform"]/*' /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I see that My understanding is that if we are doing Everything including example will also be copied here. #Resolved There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
public sealed partial class TensorFlowScorer : Microsoft.ML.Runtime.EntryPoints.CommonInputs.ITransformInput, Microsoft.ML.ILearningPipelineItem | ||
{ | ||
|
||
|
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it even necessary? #Pending
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
XML requires to escap: ', ", <, >, & characters.
To my surprise, this was displaying fine, but i have had trouble with the rest of them. Changed it for consistency.
In reply to: 216144446 [](ancestors = 216144446)