https://github.com/4ment/torchtree-scipy

Package providing extra functionalities from SciPy

https://github.com/4ment/torchtree-scipy

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary

Keywords

phylogenetics python pytorch scipy torchtree
Last synced: 6 months ago · JSON representation

Repository

Package providing extra functionalities from SciPy

Basic Info
  • Host: GitHub
  • Owner: 4ment
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 21.5 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
phylogenetics python pytorch scipy torchtree
Created over 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

torchtree-scipy

Testing License: GPL v3 PyPI PyPI - Python Version

About torchtree-scypi

torchtree-scipy is a package that enhances the functionalities of torchtree by incorporating additional features from SciPy.

Dependencies

Installation

Installing from source

bash git clone https://github.com/4ment/torchtree-scipy pip install torchtree-scipy/

Installing latest stable version

You can install torchtree-scipy and its dependencies from PyPI with: pip install torchtree-scipy

Check install

If the installation was succesfull, this command should print the version of the torchtree_scipy library bash python -c "import torchtree_scipy;print(torchtree_scipy.__version__)"

Command line arguments

The torchtree-scipy plugin adds these arguments to the torchtree CLI:

bash torchtree-cli advi --help ... --scipy_gamma_site use the GammaSiteModel implemented with SciPy

Features

Discrete gamma site model

This model implements the discretized gamma distribution to model rate heterogeity accross sites. The gradient of this model with respect to the shape parameter is calculated numerically using finite differences. The easiest way to use this model is to use the argument --scipy_gamma_site. This sets the type of the site model to torchtree_scipy.GammaSiteModel in the JSON configuration file. The default step size is epsilon=1.0e-6 but it can be changed manually in the JSON file.

License

Distributed under the GPLv3 License. See LICENSE for more information.

Acknowledgements

torchtree-scipy makes use of the following libraries and tools, which are under their own respective licenses:

Owner

  • Name: Mathieu Fourment
  • Login: 4ment
  • Kind: user
  • Location: Australia
  • Company: University of Technology Sydney

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 18 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: torchtree-scipy

Plugin for using scipy in torchtree

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 18 Last month
Rankings
Dependent packages count: 10.0%
Forks count: 29.8%
Stargazers count: 31.9%
Average: 34.9%
Dependent repos count: 67.7%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/python-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
pyproject.toml pypi
setup.py pypi