Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #247 from gimantha/master
Browse files Browse the repository at this point in the history
fix sample
  • Loading branch information
dnwick committed Jul 6, 2017
2 parents c995800 + 1babca0 commit 1c6a5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/samples/artifacts/0025/ml-prediction-sample.siddhi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define stream inputStream (NumPregnancies double, PG2 double, DBP double, TSFT d
define stream outputStream (NumPregnancies double, PG2 double, DBP double, TSFT double, SI2 double, BMI double, DPF double, Age double, Class double);

@info(name = 'query1')
from inputStream#ml:predict('<CARBON-HOME>/samples/artifacts/0024/test-model','double')
from inputStream#ml:predict('./samples/artifacts/0025/test-model','double')
select *
insert into outputStream;

Expand Down

0 comments on commit 1c6a5fb

Please sign in to comment.