From 382cdbf12431542a4826aa8d18b839e60411f299 Mon Sep 17 00:00:00 2001 From: Shorty Date: Wed, 12 Aug 2020 14:09:03 +0200 Subject: [PATCH] Update README.md Neo4j Version 4.x deprecates some functions from this repo. I added a note about the working neo4j versions to the top of the readme file. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e3c1d..bfa1625 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ POC Decision Stream creator and traverser with rules This project requires Neo4j 3.4.x or higher +Some functions are deprecated from Neo4j version 4.x on and need to be changed to make it work. Instructions ------------ @@ -37,4 +38,4 @@ Try it: CALL com.maxdemarzi.decision_tree.traverse('credit', {RevolvingUtilizationOfUnsecuredLines:'0.7661', Age:'45', Late30to59Days:'2', DebtRatio:'0.803', MonthlyIncome:'9120',OpenCreditLinesAndLoans:'13', Late90Days:'0',RealEstateLoans:'6', Late60to89Days:'0', Dependents:'2'}); CALL com.maxdemarzi.decision_tree.traverse('credit', {RevolvingUtilizationOfUnsecuredLines:'0.9572', Age:'40', Late30to59Days:'20', DebtRatio:'0.1219', MonthlyIncome:'2600',OpenCreditLinesAndLoans:'4', Late90Days:'0',RealEstateLoans:'0', Late60to89Days:'0', Dependents:'1'}); -TODO: Rollup the nodes that are the same into multi-select Rule Nodes. \ No newline at end of file +TODO: Rollup the nodes that are the same into multi-select Rule Nodes.