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

Commit

Permalink
fix sample
Browse files Browse the repository at this point in the history
  • Loading branch information
gimantha committed Jul 6, 2017
1 parent 96a61a2 commit 1babca0
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 1babca0

Please sign in to comment.