Activity for Predictive Model Markup Language (PMML)

  • John L. Ries committed [9adfcf]

    Add CNN.prehtml

  • Gabriele Cardosi Gabriele Cardosi posted a comment on discussion Open Discussion

    Hi Svetlana, I know it is a very old post, but I think it is a good place for my questions. I'm trying to understand "Aggregate" specification: 1) when "groupBy" is provided and it is not null, should sum, max, min and average be calculated based on the size of the different groups ? 2) what should be the data type of an Aggregate multiset or count with groupBy? It seems to me a map, but PMML does not have such datatype 3) without "sqlWhere", the multiset just return a some set of items, where, inside...

  • Berenike Litz committed [8f7a11]

    Mantis-262: updated changed doc to include 4.4 changes

  • Nirupama Rachuri Nirupama Rachuri committed [d6cbd9]

    mantis-259 Added new elements to calculate Confidence Intervals.

  • Berenike Litz committed [f0fea4]

    Mantis-262: created new change document

  • Berenike Litz committed [ba5e9d]

    Mantis-263: fixed formatting issue

  • Berenike Litz committed [403805]

    Merge branch 'master' of ssh://git.code.sf.net/p/pmml/code

  • Svetlana Levitan Svetlana Levitan committed [a2aa8b]

    Add stringLength to Built-in functions and accuracy, AUC, F1, etc. to ModelExplanation, Mantis issues 181 and 256

  • Dmitriy Bolotov Dmitriy Bolotov committed [1d7771]

    changed ClusteringModel@numberOfClusters from INT-NUMBER to xs:nonNegativeInteger (issue 258)

  • Nirupama Rachuri Nirupama Rachuri committed [fea7d8]

    mantis-255 Added confidenceIntervalLower and confidenceIntervalUpper as features to OutputField.

  • Berenike Litz committed [634bc6]

    TimeSeries: added contents and minor changes

  • Svetlana Levitan Svetlana Levitan posted a comment on discussion Open Discussion

    Great! I am glad you found a solution. What scoring engine are you using? Have a nice day! Svetlana From: "Dennis" dehe92@users.sourceforge.net To: "[pmml:discussion] " 187860@discussion.pmml.p.re.sourceforge.net Date: 04/01/2020 02:54 PM Subject: [EXTERNAL] [pmml:discussion] Additional output with information about invalid/missing Values (Multiple Models) Thanks a lot (also for the additional tips)! I had to do some changes (e.g. <compoundpredicate booleanoperator="or"> didn't work for me; I now...

  • Dennis Dennis posted a comment on discussion Open Discussion

    Thanks a lot (also for the additional tips)! I had to do some changes (e.g. <compoundpredicate booleanoperator="or"> didn't work for me; I now use :<apply function="or"> )</apply></compoundpredicate> "isMissing" also didn't work: I think because the input Value isn't missing after imputing (missingValueReplacement="0"; in the MiningSchema of the Regression Modell). I replaced "isMissing" with equal =0 (the imputed Value; in my case only imputed values can be zero ). Everything is working now!

  • Svetlana Levitan Svetlana Levitan posted a comment on discussion Open Discussion

    Hi Dennis, Thank you for the good question. How do you plan to score your PMML? It is possible that different scoring engines may have different levels of support for some of the PMML constructs you are using. In particular, functionName="mixed" and Segmentation multipleModelMethod="selectAll" can be not very widely supported. In addition, I think your TreeModel has a problem: please add a second child to the root node, it can have <true> for predicate, but without it the tree does not look like...

  • Dennis Dennis posted a comment on discussion Open Discussion

    Hello, I want to add an additional target ("outputState") to my PMML-Regression modell. outputState = 0: no missing/invalid input values(-> no imputation in the regression model) outputState = 1: there are missing/invalid invalid values (->imputation in the regression model) I tried to work with multiple models but I dont know how to handle multiple models/targets/outputs right. Example (explanation below): <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PMML xmlns="http://www.dmg.org/PMML-4_3"...

  • Svetlana Levitan Svetlana Levitan committed [e87839]

    Fix errors in the example of anomaly detection model based on isolation forest

  • Svetlana Levitan Svetlana Levitan committed [44f287]

    Fix errors in the scoring of anomaly detection model based on isolation forest

  • Svetlana Levitan Svetlana Levitan committed [db1296]

    Fix a typo in absolute value in SVM example

  • Svetlana Levitan Svetlana Levitan committed [b26246]

    Fix some issues in Anomaly Detection model

  • Svetlana Levitan Svetlana Levitan committed [7a6a03]

    Fix error in logistic Regression example

  • Nirupama Rachuri Nirupama Rachuri committed [6514fc]

    Corrected expression from isLessThan to lessThan.

  • Nirupama Rachuri Nirupama Rachuri committed [29e834]

    Notice version updates.

  • Rachuri committed [b38732]

    removed red highlighting

  • Svetlana Levitan Svetlana Levitan committed [a734c4]

    Update occurences of 4.3 to 4.4 in GeneralStructure document

  • Berenike Litz committed [a6b4e5]

    renamed model names

  • Berenike Litz committed [59b9df]

    Mantis-165: added AD to menu

  • Berenike Litz committed [1bef15]

    Mantis-248: removed unrequired predictionMethod

  • Berenike Litz committed [e404bf]

    Mantis-242: use final legal notice version

  • Berenike Litz committed [e70a34]

    Mantis-165: added Anomaly Detection html to gitignore

  • Berenike Litz committed [33abe8]

    Merge branch 'master' of ssh://git.code.sf.net/p/pmml/code

  • Berenike Litz committed [5e29d7]

    Mantis-251: replaced predicted with target in example

  • Dmitriy Bolotov Dmitriy Bolotov committed [d51111]

    Added Confidence of Prediction Computation section to TimeSeriesModel

  • Berenike Litz committed [32fd23]

    Mantis-165: added AnomalyDetectionModel to GeneralStructure

  • Berenike Litz committed [55d48f]

    Mantis-165: added Anomaly Detection: new doc, added to template and Changes, updated Output desc for AD decisions

  • Berenike Litz committed [ec4a1a]

    Mantis-249: NonSeasonalComponent: added default values and nonNegative

  • Svetlana Levitan Svetlana Levitan committed [4c7ec3]

    Issue 236: all numberOf should be xs:nonNegativeInteger

  • Berenike Litz committed [27c885]

    Mantis-244: added Lag aggregations stddev

  • Sveta committed [e486f0]

    Merge branch 'master' of git://git.code.sf.net/p/pmml/code

  • Sveta committed [07f0df]

    Issue 170: default text separator is any number of spaces, not just one.

  • Svetlana Levitan Svetlana Levitan committed [19cb2a]

    Issues 168, 216

  • Berenike Litz committed [1538e1]

    Mantis-245: updated remaining to version 4.4

  • Berenike Litz committed [1c1d31]

    Mantis-245: updated headertemplate

  • Dmitriy Bolotov Dmitriy Bolotov committed [57c118]

    Mantis-242: added date and updated page title for Notice of Essential Claims

  • Berenike Litz committed [d50fe9]

    Mantis-245: updated to version 4.4

  • Berenike Litz committed [3a6685]

    Merge branch 'master' of ssh://git.code.sf.net/p/pmml/code

  • Berenike Litz committed [380b36]

    Mantis-245: updated version in XSD snippets

  • Dmitriy Bolotov Dmitriy Bolotov committed [fb423b]

    Issue 242: added Notice of Essential Claims page and links from GeneralStructure and TimeSeriesModel

  • Berenike Litz committed [04dcdf]

    updated Changes.html

  • Berenike Litz committed [79b581]

    updated gitignore to ignore 4.4 xsd

  • Berenike Litz committed [667f96]

    Mantis 238: added change list for 4.4

  • Berenike Litz committed [41f74d]

    Mantis 207: adding more details and examples for modulo built-in function

  • Berenike Litz committed [39a2b9]

    Mantis 241: fixed formatting issues in last tree example

  • Berenike Litz committed [ad2e99]

    Mantis 240: fixed iris class in example

  • Svetlana Levitan Svetlana Levitan committed [edadae]

    Issue 229: missing type of some attributes

  • Svetlana Levitan Svetlana Levitan committed [bc26b0]

    Issue 226: allow aggregates on lag operator

  • Svetlana Levitan Svetlana Levitan committed [6ac7fc]

    Issue 235: use xs:double instead of xs:float in AssociationRule and KohonenMap attributes

  • Svetlana Levitan Svetlana Levitan committed [ec60f3]

    Issue 230 - clarify parts of Time Series

  • Svetlana Levitan Svetlana Levitan committed [397261]

    Issue 215: allow additional models for predictors, fix a sign in a formula

  • Svetlana Levitan Svetlana Levitan committed [34d897]

    Issue 218 Error in BN calculation

  • Svetlana Levitan Svetlana Levitan committed [da838c]

    Issue 221: specify optype where possible for built in functions

  • John L. Ries John L. Ries committed [b4c4be]

    Merge remote-tracking branch 'origin/master' into jries/169

  • John L. Ries John L. Ries committed [f05300]

    Update XSD

  • John L. Ries John L. Ries committed [3e9e37]

    Merge remote-tracking branch 'origin/master' into jries/216

  • John L. Ries John L. Ries committed [c44c22]

    Update XSD

  • John L. Ries John L. Ries committed [759c61]

    Minor modification to Transformations.* (related to missing constants).

  • Svetlana Levitan Svetlana Levitan committed [64e501]

    Issue 8: Adding ARIMA and other models to Time Series

  • Svetlana Levitan Svetlana Levitan committed [7f3c4c]

    Issue 217: clarify handling of missing in built-in functions

  • John L. Ries John L. Ries committed [a8e05f]

    Add dataType and optype attributes to all transformation elements

  • John L. Ries John L. Ries committed [1cfdc2]

    Revert "Add dataType and optype attributes to all transformation elements"

  • John L. Ries John L. Ries committed [536555]

    Add dataType and optype elements to all transformation elements

  • John L. Ries John L. Ries committed [9e8562]

    Minor change to statement regarding missing values in BuiltinFunctions.prehtml

  • John L. Ries John L. Ries committed [242a44]

    Revert BuiltinFunctions.prehtml to master version.

  • John L. Ries John L. Ries committed [25c48c]

    Minor revisions to Transformations.prehtml

  • John L. Ries John L. Ries committed [bcaf7b]

    Simplify new statement in BuiltinFunctions.prehtml regarding how missing values are handled.

  • John L. Ries John L. Ries committed [0c3803]

    Revision to BuiltinFunctions.prehtml

  • John L. Ries John L. Ries committed [1f7fa6]

    Addition to BuiltinFunctions.prehtml

  • John L. Ries John L. Ries committed [e5d6e7]

    Update XSD.

  • John L. Ries John L. Ries committed [e103da]

    Revisions to Transformations.prehtml

  • John L. Ries John L. Ries committed [2f84b2]

    Update XSD

  • John L. Ries John L. Ries committed [976f87]

    Additions to BuiltinFunctions.prehtml

  • John L. Ries John L. Ries committed [3b9c87]

    Revisions to Transformations.prehtml.

  • John L. Ries John L. Ries committed [6f082c]

    Amendments to Transformations.prehtml

  • John L. Ries John L. Ries committed [0a2b85]

    Merge branch 'jries/216' of https://git.code.sf.net/p/pmml/code into jries/216

  • John L. Ries John L. Ries committed [27605b]

    Add support for a generic missing value constant.

  • John L. Ries John L. Ries committed [080743]

    Amendments to Transformations.prehtml

  • John L. Ries John L. Ries committed [a0e4bc]

    Amendment to Transformations.prehtml

  • John L. Ries John L. Ries committed [afb42f]

    Remove prohibition against the use of INF, -INF, and NaN as floating point values. Addresses Issue 168.

  • John L. Ries John L. Ries committed [493d22]

    Updates to automatically generated XSD file.

  • John L. Ries John L. Ries committed [3e69b4]

    Merge branch 'jries/168' into jries/216

  • John L. Ries John L. Ries committed [1da3ac]

    Minor alterations to BuiltinFunctions.prehtml

  • John L. Ries John L. Ries committed [830b96]

    Minor revision to Transformations.prehtml

  • John L. Ries John L. Ries committed [aacd0a]

    Updates to proposal on INF and NaN in line with feedback.

  • John L. Ries John L. Ries committed [360fa4]

    Add documentation on infinite numbers to Transformations.prehtml

  • John L. Ries John L. Ries committed [9349b2]

    Minor corrections to Transformations.prehtml

  • John L. Ries John L. Ries committed [b81d7e]

    Update to XSD file.

  • John L. Ries John L. Ries committed [bf78bd]

    Remove trailing spaces from GeneralStructure.prehtml

  • John L. Ries John L. Ries committed [a8c605]

    Add support for NaN, INF, and -INF as constants

  • John L. Ries John L. Ries committed [a19cfd]

    Update XSD

  • John L. Ries John L. Ries committed [87c6ce]

    Merge branch 'master' of https://git.code.sf.net/p/pmml/code

  • Svetlana Levitan Svetlana Levitan committed [3417a2]

    Restore change for issue 212 lost when checked in change for 203. GaussianProcess.

1 >
MongoDB Logo MongoDB