From d89a4cc74ea4b8814e3bbb7757825046df624336 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 13 Oct 2020 14:51:42 +0300 Subject: [PATCH] Update scalg.py --- scalg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scalg.py b/scalg.py index 9b5fc84f6cf..d95ceb26117 100644 --- a/scalg.py +++ b/scalg.py @@ -28,7 +28,7 @@ def score(source_data: list, weights: list, *args) -> list: - """Analyse and score a dataset using a range based percentualF proximity + """Analyse and score a dataset using a range based percentual proximity algorithm and calculate the linear maximum likelihood estimation. Args: source_data (list): Data set to process. @@ -104,7 +104,7 @@ def score(source_data: list, weights: list, *args) -> list: def score_columns(source_data: list, columns: list, weights: list) -> list: - """Analyse data file using a range based procentual proximity + """Analyse data file using a range based percentual proximity algorithm and calculate the linear maximum likelihood estimation. Args: source_data (list): Data set to process.