Re: Documents of SystemML Algorithms Reference

2017-05-01 Thread Ethan Xu
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

Re: Documents of SystemML Algorithms Reference

2017-04-19 Thread Niketan Pansare
@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

Documents of SystemML Algorithms Reference

2017-04-19 Thread Ethan Xu
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