From df9d817d2a4d2a3ade7a0bdb1a09807c8392f69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Soko=C5=82owski?= Date: Fri, 15 Mar 2024 00:30:30 +0100 Subject: [PATCH] update readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d1ff94..3312bfe 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,12 @@ ITree is an interactive web-based platform that facilitates the induction and ma ### Python script -In example we used well-known iris set, function is based on 'clf' object so here you can assing Your model. +In example we used well-known iris set, function is based on 'clf' object so here you can assing your model. When you upload csv file with your data and json file with your skeleton then aplication will show your tree and will spread the samples over the tree. ```diff -- **REMINDER**: Please be aware that both files must have the same attribute names. In other way distribution won't work. +-**REMINDER**: Please be aware that both files must have the same attribute names. In other way distribution won't work. ``` ```