Recent Releases of pathway-abstract-classifier

pathway-abstract-classifier - v0.2.2

Fix

  • pathwayabstractclassifier: Use mixed precision, if GPU (549d5cd)

- Jupyter Notebook
Published by github-actions[bot] about 4 years ago

pathway-abstract-classifier - v0.2.1

- Jupyter Notebook
Published by github-actions[bot] about 4 years ago

pathway-abstract-classifier - v0.2.0

Feature

  • pathwayabstractclassifier: Classifier class wrapper (fb1175f)

- Jupyter Notebook
Published by github-actions[bot] about 4 years ago

pathway-abstract-classifier - v0.1.1

- Jupyter Notebook
Published by github-actions[bot] about 4 years ago

pathway-abstract-classifier - Pretrained models

Overview

This release contains pretrained models which can be loaded using ktrain as follows:

```python import ktrain from cachedpath import cachedpath

modelpath = cachedpath("url/to/pretrained/model", extractarchive=True) model = ktrain.loadpredictor(model_path) ```

See the README for more details.

Pretrained models

  • title_abstract_model.zip [URL]: trained on titles and abstracts of PubMed articles. Classifies an article as being relevant for Biofactoid curation (1) or not (0).

- Jupyter Notebook
Published by Steven-Palayew about 4 years ago