s for Ethan Xu ---04/19/2017 02:07:34
> PM---Hello, I'm reading the documents on Multinomial Logistic Regress]Ethan
> Xu ---04/19/2017 02:07:34 PM---Hello, I'm reading the documents on
> Multinomial Logistic Regression (
>
> From: Ethan Xu
> To: dev@systemml.incubator.ap
@systemml.incubator.apache.org
Date: 04/19/2017 02:07 PM
Subject:Documents of SystemML Algorithms Reference
Hello,
I'm reading the documents on Multinomial Logistic Regression (
https://apache.github.io/incubator-systemml/algorithms-classification.html#usage
)
with Scala API. It
Hello,
I'm reading the documents on Multinomial Logistic Regression (
https://apache.github.io/incubator-systemml/algorithms-classification.html#usage)
with Scala API. It says
val model = lr.fit(X_train_df)
val prediction = model.transform(X_test_df)
The "Arguments" section below it says:
X: L