From b881a0f3425d542babf786d95e48283fd9c1ed9a Mon Sep 17 00:00:00 2001 From: Jefferson Richard Dias <52516615+jeffrichardchemistry@users.noreply.github.com> Date: Wed, 10 Mar 2021 11:25:59 -0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 954c2bc..b8abdcc 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A notebook file with an example of using this package is present in the director
  • numpy
  • pandas
  • tqdm
  • +
  • scikit-learn
  • +
  • Tested in python3.6 and python3.8
  • ## Install @@ -25,7 +27,7 @@ python3 setup.py install ``` ## How to use -This package has three classes: Smetrics (perform some statistical parameters like Q2ext R2ext etc), Similarity (realize similarity calculations based in differents metrics ) and ApplicabilityDomain (run a scan of AD with differents thresholds). The line code bellow import all classes +This package has three classes: Smetrics (perform some statistical parameters like Q2ext R2ext etc), Similarity (realize similarity calculations based in differents metrics ) and ApplicabilityDomain (run a scan of AD with differents thresholds). The line code bellow import all classes. ``` from pyADA import Smetrics, Similarity, ApplicabilityDomain ```