Skip to content

Commit

Permalink
Update scalg.py
Browse files Browse the repository at this point in the history
  • Loading branch information
markmelnic authored Oct 13, 2020
1 parent 00d6ea3 commit d89a4cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d89a4cc

Please sign in to comment.