taijadata.jl
Science Score: 44.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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: JuliaTrustworthyAI
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://www.taija.org/TaijaData.jl/
- Size: 187 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
- Releases: 10
Metadata Files
README.md
TaijaData
TaijaData is a package designed to simplify the process of fetching data for training and testing AI models.
How-to
Listing Available Functions/Datasets
To explore all the available functions and datasets, use:
julia
data_catalogue
Choosing a Dataset
Once you've reviewed the catalog, select a collection, such as the synthetic dataset collection:
julia
data_catalogue[:synthetic]
This will display a list of available synthetic datasets. For example, if you wish to import the blobs data:
julia
x, y = load_blobs()
Here, x represents the input features matrix, and y contains the labels for each entry.
Specifying the Number of Rows
If you want to fetch a specific number of rows, you can specify the desired count:
julia
x, y = load_blobs(100)
This command fetches 100 rows of data from the blobs dataset.
Owner
- Name: Taija
- Login: JuliaTrustworthyAI
- Kind: organization
- Location: Netherlands
- Repositories: 2
- Profile: https://github.com/JuliaTrustworthyAI
Home for repositories of the Taija (Trustworthy Artifical Intelligence in Julia) project.
Citation (CITATION.bib)
@misc{TaijaData.jl,
author = {Patrick Altmeyer},
title = {TaijaData.jl},
url = {https://github.com/JuliaTrustworthyAI/TaijaData.jl},
version = {v1.0.0-DEV},
year = {2023},
month = {11}
}
GitHub Events
Total
- Create event: 8
- Commit comment event: 20
- Issues event: 6
- Release event: 5
- Delete event: 2
- Issue comment event: 9
- Push event: 23
- Pull request event: 10
Last Year
- Create event: 8
- Commit comment event: 20
- Issues event: 6
- Release event: 5
- Delete event: 2
- Issue comment event: 9
- Push event: 23
- Pull request event: 10
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 11
- Total pull requests: 27
- Average time to close issues: 5 months
- Average time to close pull requests: 8 days
- Total issue authors: 4
- Total pull request authors: 3
- Average comments per issue: 2.91
- Average comments per pull request: 0.3
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 16
Past Year
- Issues: 5
- Pull requests: 9
- Average time to close issues: about 1 hour
- Average time to close pull requests: 16 minutes
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.22
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- pat-alt (5)
- kmariuszk (2)
- izagorac (1)
- JuliaTagBot (1)
Pull Request Authors
- github-actions[bot] (14)
- pat-alt (9)
- kmariuszk (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v3 composite
- codecov/codecov-action v3 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- julia-actions/RegisterAction latest composite