Coder Social home page Coder Social logo

siddhi-io / siddhi-gpl-execution-pmml Goto Github PK

View Code? Open in Web Editor NEW
0.0 27.0 12.0 1.21 MB

Siddhi extension to evaluate Predictive Model Markup Language (PMML).

License: GNU Affero General Public License v3.0

Java 100.00%
siddhi pmml ml machine-learning predictive-analytics gpl execution extension

siddhi-gpl-execution-pmml's People

Contributors

anugayan avatar chamathabeysinghe avatar chathurikaa avatar dilini-muthumala avatar dnwick avatar gokul avatar grainier avatar ksdperera avatar maheshika avatar mayuravaani avatar mohanvive avatar nirmal070125 avatar nisalaniroshana avatar niveathika avatar pcnfernando avatar rukshiw avatar sajithshn avatar suhothayan avatar tishan89 avatar wso2-jenkins-bot avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

siddhi-gpl-execution-pmml's Issues

Update JPMML-Evaluator dependency

This extension depends on the JPMML-Evaluator library version 1.1.16, which is ~2.5 year old (released in February 2015). It's two development cycles (1.2.X and 1.3.X) behind the current version, and as such doesn't benefit from any improvements and optimizations that have been implemented over the time.

Also, please note that JPMML-Evaluator 1.1.0 and newer are released under Affero GPLv3, which means that the license grant of this extension is invalid.

No extension exists for pmml:predict

Bullet 4 of the Read Me File under the 'How to Use section' states, "You can use this extension after copying the component jar to the <STREAM_PROCESSOR_HOME>/lib directory." None of the files associated with hyperlink on the word jar has an actual jar file.

I downloaded the file for version 4.0.0 but it didn't fix the error.

@app:name("SugarSyrupPredictionApp")
@app:description("Making real-time predictions tutorial 12")

@source(type='http', receiver.url='http://localhost:5006/SugarSyrupEP', @Map(type = 'json'))
define stream SugarSyrupDataStream (temperature double, density double);

@sink(type='log', prefix='Predicted next sugar syrup shipment:')
define stream PredictedSugarSyrupDataStream (nextTemperature double, nextDensity double, decision bool);

from SugarSyrupDataStream#pmml:predict('/data/wso2sp-4.0.0-beta3/wso2/lib/features/siddhi-gpl-execution-pmml-4.0.0/component/src/test/resources', temperature, density)
select *
insert into PredictedSugarSyrupDataStream;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.