tnc-br / ddf-isoscapes

3 stars 0 forks source link

Stamping isoscapes #182

Closed gretaabib closed 12 months ago

gretaabib commented 12 months ago

Stamping isoscapes:

  1. p-value threshold where precision = 95%
  2. the recall at that level
  3. the AUC
  4. the parameters used for validation (% fraud and radius) (The %fraud was not implemented yet)
  5. the date.time of validation

PS: Precision precision_target and recall_target cell was duplicated. The duplicated cell was removed.

Output: (AREA_OR_POINT was already stamped)

{'AREA_OR_POINT': 'Area', 'AUC': '0.794852978889578', 'DATE_TIME': '09/11/2023 14:51:42', 'PRECISION': '0.9', 'P_VALUE_THRESHOLD': '0.014145911869335781', 'RADIUS': '1500', 'RECALL': '0.4090909090909091'}

review-notebook-app[bot] commented 12 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

gretaabib commented 12 months ago

@erickzul changes made as requested, could you please take a look?