-
Notifications
You must be signed in to change notification settings - Fork 31
Support CrossValidator on connect plugin #907
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
base: branch-25.04
Are you sure you want to change the base?
Conversation
Signed-off-by: Bobby Wang <[email protected]>
| } | ||
|
|
||
| // MLOperator represents the ML operators like (Estimator, Transformer or Evaluator) | ||
| message MlOperator { |
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.
Will this be pulled in from Spark?
| import java.util.Optional | ||
| import scala.jdk.CollectionConverters.SeqHasAsJava | ||
|
|
||
| class RapidsRelationPlugin extends RelationPlugin { |
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.
Does this need to be registered with spark connect via a spark conf? Would be helpful to add usage info?
| # Building the Python build and building the mypy interfaces. | ||
| - plugin: buf.build/protocolbuffers/python:v28.3 | ||
| out: ../../../python/src/spark_rapids_ml/proto | ||
| - plugin: buf.build/grpc/python:v1.67.0 |
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.
Do these versions (v28.3 and v1.67.0) need to match exactly the java side in the pom.xml file ?
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| # | ||
| version: v1 |
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.
How is this version used and does it have to align with the jvm side?
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.
What runs this script?
No description provided.