From 7f24efe30fe1037ce638c38f7ab8c52542ae25fd Mon Sep 17 00:00:00 2001 From: OmerRonen Date: Sun, 12 Dec 2021 15:48:37 +0200 Subject: [PATCH] final --- .idea/deployment.xml | 21 -- .idea/inspectionProfiles/Project_Default.xml | 24 +- .idea/markdown-navigator.xml | 72 ---- .../markdown-navigator/profiles_settings.xml | 3 - bartpy/__init__.py | 1 + bartpy/model.py | 28 +- bartpy/node.py | 31 +- bartpy/samplers/leafnode.py | 7 +- bartpy/samplers/modelsampler.py | 19 +- bartpy/sigma.py | 6 +- bartpy/sklearnmodel.py | 354 +++++++++++++++++- 11 files changed, 431 insertions(+), 135 deletions(-) delete mode 100644 .idea/deployment.xml delete mode 100644 .idea/markdown-navigator.xml delete mode 100644 .idea/markdown-navigator/profiles_settings.xml diff --git a/.idea/deployment.xml b/.idea/deployment.xml deleted file mode 100644 index 9aeac29..0000000 --- a/.idea/deployment.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 4f208a9..09d1f7e 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,18 +1,24 @@