Hi Chesnay,
Thanks for the reply, do you know how to serve using the trained model?
Where is the model saved?
Regards,
Adarsh
On Wed, Nov 1, 2017 at 4:46 PM, Chesnay Schepler wrote:
> I don't believe this to be possible. The ML library works exclusively with
> the Batch API.
>
>
> On 30.
I don't believe this to be possible. The ML library works exclusively
with the Batch API.
On 30.10.2017 12:52, Adarsh Jain wrote:
Hi,
Is there a way to use Stochastic Outlier Selection (SOS) and/or SVM
using CoCoA with streaming data.
Please suggest and give pointers.
Regards,
Adarsh
Hi,
Is there a way to use Stochastic Outlier Selection (SOS) and/or SVM using
CoCoA with streaming data.
Please suggest and give pointers.
Regards,
Adarsh
could produce something reusable for the community.
>
>
>
>
>
> *From:* Fabian Hueske [mailto:fhue...@gmail.com]
> *Sent:* Wednesday, July 19, 2017 2:12 PM
> *To:* Branham, Jeremy [IT]
> *Cc:* user@flink.apache.org
> *Subject:* Re: Flink ML with DataStream
>
>
]
Sent: Wednesday, July 19, 2017 2:12 PM
To: Branham, Jeremy [IT]
Cc: user@flink.apache.org
Subject: Re: Flink ML with DataStream
Hi,
unfortunately, it is not possible to convert a DataStream into a DataSet.
Flink's DataSet and DataStream APIs are distinct APIs that cannot be used
together.
Hi,
unfortunately, it is not possible to convert a DataStream into a DataSet.
Flink's DataSet and DataStream APIs are distinct APIs that cannot be used
together.
The FlinkML library is only available for the DataSet API.
There is some ongoing work to add a machine learning library for streaming
u
Hello -
I've been successful working with Flink in Java, but have some trouble trying
to leverage the ML library, specifically with KNN.
>From my understanding, this is easier in Scala [1] so I've been converting my
>code.
One issue I've encountered is - How do I get a DataSet[Vector] from a
Da