Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Repository
Tafelvoetbal
Basic Info
- Host: GitHub
- Owner: erdogant
- License: other
- Language: Python
- Default Branch: main
- Size: 1.87 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
tafelvoetbal
tafelvoetbalis Python package
Star this repo if you like it! ⭐️
Blog/Documentation
- tafelvoetbal documentation pages (Sphinx)
Read more details and usage about tafelvoetbal in this blog!
Contents
Installation
- Install tafelvoetbal from PyPI (recommended). tafelvoetbal is compatible with Python 3.6+ and runs on Linux, MacOS X and Windows.
- A new environment can be created as following:
bash
conda create -n env_tafelvoetbal python=3.8
conda activate env_tafelvoetbal
bash
pip install tafelvoetbal # normal install
pip install --upgrade tafelvoetbal # or update if needed
- Alternatively, you can install from the GitHub source: ```bash # Directly install from github source pip install -e git://github.com/erdogant/tafelvoetbal.git@0.1.0#egg=master pip install git+https://github.com/erdogant/tafelvoetbal#egg=master pip install git+https://github.com/erdogant/tafelvoetbal
By cloning
git clone https://github.com/erdogant/tafelvoetbal.git cd tafelvoetbal pip install -U . ```
Import tafelvoetbal package
python
import tafelvoetbal as tafelvoetbal
Example:
python
df = pd.read_csv('https://github.com/erdogant/hnet/blob/master/tafelvoetbal/data/example_data.csv')
model = tafelvoetbal.fit(df)
G = tafelvoetbal.plot(model)

References
- https://github.com/erdogant/tafelvoetbal
Citation
Please cite in your publications if this is useful for your research (see citation).
Maintainers
- Erdogan Taskesen, github: erdogant
Contribute
- All kinds of contributions are welcome!
- If you wish to buy me a Coffee for this work, it is very appreciated :)
Licence
See LICENSE for details.
Owner
- Name: Erdogan
- Login: erdogant
- Kind: user
- Location: Den Haag
- Website: https://erdogant.github.io/
- Repositories: 51
- Profile: https://github.com/erdogant
Machine Learning | Statistics | Bayesian | D3js | Visualizations
Citation (CITATION.cff)
# YAML 1.2
---
authors:
-
family-names: Taskesen
given-names: Erdogan
orcid: "https://orcid.org/0000-0002-3430-9618"
cff-version: "1.1.0"
date-released: 2020-10-07
keywords:
- "python"
- "tafelvoetbal"
license: "MIT"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/erdogant/tafelvoetbal"
title: "tafelvoetbal"
version: "0.1.0"
...
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 6 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