Add CNN.prehtml
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...
Mantis-262: updated changed doc to include 4.4 changes
mantis-259 Added new elements to calculate Confidence Intervals.
Mantis-262: created new change document
Mantis-263: fixed formatting issue
Merge branch 'master' of ssh://git.code.sf.net/p/pmml/code
Add stringLength to Built-in functions and accuracy, AUC, F1, etc. to ModelExplanation, Mantis issues 181 and 256
changed ClusteringModel@numberOfClusters from INT-NUMBER to xs:nonNegativeInteger (issue 258)
mantis-255 Added confidenceIntervalLower and confidenceIntervalUpper as features to OutputField.
TimeSeries: added contents and minor changes
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...
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!
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...
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"...
Fix errors in the example of anomaly detection model based on isolation forest
Fix errors in the scoring of anomaly detection model based on isolation forest
Fix a typo in absolute value in SVM example
Fix some issues in Anomaly Detection model
Fix error in logistic Regression example
Corrected expression from isLessThan to lessThan.
Notice version updates.
removed red highlighting
Update occurences of 4.3 to 4.4 in GeneralStructure document
renamed model names
Mantis-165: added AD to menu
Mantis-248: removed unrequired predictionMethod
Mantis-242: use final legal notice version
Mantis-165: added Anomaly Detection html to gitignore
Merge branch 'master' of ssh://git.code.sf.net/p/pmml/code
Mantis-251: replaced predicted with target in example
Added Confidence of Prediction Computation section to TimeSeriesModel
Mantis-165: added AnomalyDetectionModel to GeneralStructure
Mantis-165: added Anomaly Detection: new doc, added to template and Changes, updated Output desc for AD decisions
Mantis-249: NonSeasonalComponent: added default values and nonNegative
Issue 236: all numberOf should be xs:nonNegativeInteger
Mantis-244: added Lag aggregations stddev
Merge branch 'master' of git://git.code.sf.net/p/pmml/code
Issue 170: default text separator is any number of spaces, not just one.
Issues 168, 216
Mantis-245: updated remaining to version 4.4
Mantis-245: updated headertemplate
Mantis-242: added date and updated page title for Notice of Essential Claims
Mantis-245: updated to version 4.4
Merge branch 'master' of ssh://git.code.sf.net/p/pmml/code
Mantis-245: updated version in XSD snippets
Issue 242: added Notice of Essential Claims page and links from GeneralStructure and TimeSeriesModel
updated Changes.html
updated gitignore to ignore 4.4 xsd
Mantis 238: added change list for 4.4
Mantis 207: adding more details and examples for modulo built-in function
Mantis 241: fixed formatting issues in last tree example
Mantis 240: fixed iris class in example
Issue 229: missing type of some attributes
Issue 226: allow aggregates on lag operator
Issue 235: use xs:double instead of xs:float in AssociationRule and KohonenMap attributes
Issue 230 - clarify parts of Time Series
Issue 215: allow additional models for predictors, fix a sign in a formula
Issue 218 Error in BN calculation
Issue 221: specify optype where possible for built in functions
Merge remote-tracking branch 'origin/master' into jries/169
Update XSD
Merge remote-tracking branch 'origin/master' into jries/216
Update XSD
Minor modification to Transformations.* (related to missing constants).
Issue 8: Adding ARIMA and other models to Time Series
Issue 217: clarify handling of missing in built-in functions
Add dataType and optype attributes to all transformation elements
Revert "Add dataType and optype attributes to all transformation elements"
Add dataType and optype elements to all transformation elements
Minor change to statement regarding missing values in BuiltinFunctions.prehtml
Revert BuiltinFunctions.prehtml to master version.
Minor revisions to Transformations.prehtml
Simplify new statement in BuiltinFunctions.prehtml regarding how missing values are handled.
Revision to BuiltinFunctions.prehtml
Addition to BuiltinFunctions.prehtml
Update XSD.
Revisions to Transformations.prehtml
Update XSD
Additions to BuiltinFunctions.prehtml
Revisions to Transformations.prehtml.
Amendments to Transformations.prehtml
Merge branch 'jries/216' of https://git.code.sf.net/p/pmml/code into jries/216
Add support for a generic missing value constant.
Amendments to Transformations.prehtml
Amendment to Transformations.prehtml
Remove prohibition against the use of INF, -INF, and NaN as floating point values. Addresses Issue 168.
Updates to automatically generated XSD file.
Merge branch 'jries/168' into jries/216
Minor alterations to BuiltinFunctions.prehtml
Minor revision to Transformations.prehtml
Updates to proposal on INF and NaN in line with feedback.
Add documentation on infinite numbers to Transformations.prehtml
Minor corrections to Transformations.prehtml
Update to XSD file.
Remove trailing spaces from GeneralStructure.prehtml
Add support for NaN, INF, and -INF as constants
Update XSD
Merge branch 'master' of https://git.code.sf.net/p/pmml/code
Restore change for issue 212 lost when checked in change for 203. GaussianProcess.