Skip to content

Conversation

@GoEddie
Copy link
Contributor

@GoEddie GoEddie commented Jul 8, 2020

This adds the Param class and the appropriate methods on FeatureBase to be shared by all the Features that implement https://spark.apache.org/docs/1.5.1/api/java/org/apache/spark/ml/param/Params.html.

The scala class is org.apache.spark.ml.param.Param but the .NET naming standard is Spark.ML.Param.Param so defining it in C# means using Param.Param - not sure if that is acceptable or if it is worth moving it up a level in the namespace?

@GoEddie GoEddie changed the title Add Param and methods to Spark.ML [WIP] Add Param and methods to Spark.ML Jul 8, 2020
@GoEddie GoEddie changed the title [WIP] Add Param and methods to Spark.ML Add Param and methods to Spark.ML Jul 13, 2020
@GoEddie GoEddie requested a review from imback82 July 13, 2020 20:47
@imback82
Copy link
Contributor

@suhsteve / @Niharikadutta Can you help with review?

Copy link
Contributor

@imback82 imback82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few nit comments, but generally LGTM

@GoEddie GoEddie requested a review from imback82 July 17, 2020 20:31
suhsteve
suhsteve previously approved these changes Jul 17, 2020
Copy link
Member

@suhsteve suhsteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few nits, but otherwise LGTM. Thanks @GoEddie !

Co-authored-by: Steve Suh <suhsteve@gmail.com>
@GoEddie GoEddie changed the title Add Param and methods to Spark.ML [WIP] Add Param and methods to Spark.ML Jul 21, 2020
@GoEddie GoEddie changed the title [WIP] Add Param and methods to Spark.ML Add Param and methods to Spark.ML Jul 22, 2020
@GoEddie GoEddie requested a review from suhsteve July 22, 2020 07:17
@GoEddie GoEddie requested a review from imback82 July 24, 2020 08:33
Copy link
Contributor

@imback82 imback82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @GoEddie!

@imback82 imback82 merged commit a75d653 into dotnet:master Jul 24, 2020
@GoEddie GoEddie deleted the ml/params branch September 2, 2020 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants