Socket
Socket
Sign inDemoInstall

petbenchmarks

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    petbenchmarks

Benchmarking procedure to test Process Extraction from Text pproaches on the PET dataset


Maintainers
1

Readme

PET dataset reader ##################

Benchmarking procedure to test approaches on the PET-dataset_ (hosted on huggingface_).

.. _PET-dataset: https://pdi.fbk.eu/pet-dataset/ .. _huggingface: https://huggingface.co/datasets/patriziobellan/PET

This is an beta version.

Documentation will come soon.

Example of ''how to benchmark an approach''


.. code-block:: python

from petbenchmarks.benchmarks import BenchmarkApproach

BenchmarkApproach(tested_approach_name='Approach-name',
                  predictions_file_or_folder='path-to-prediction-file.json')

The BenchmarkApproach object does all the job. It reads the prediction file, computes score and generates a reports.

Created by Patrizio Bellan_.

.. _Patrizio Bellan: https://pdi.fbk.eu/bellan/

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc