compositionalmlstudy

An experimental category theory-informed research study with applications to public health, climate health, and epidemiology.

https://github.com/thecedarprince/compositionalmlstudy

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.1%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

An experimental category theory-informed research study with applications to public health, climate health, and epidemiology.

Basic Info
  • Host: GitHub
  • Owner: TheCedarPrince
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 10.9 MB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme License Citation

README.md

CompositionalMLStudy

This code base is using the Julia Language and DrWatson to make a reproducible scientific project named

CompositionalMLStudy

It is authored by Jacob S. Zelko.

To (locally) reproduce this project, do the following:

  1. Download this code base. Notice that raw data are typically not included in the git-history and may need to be downloaded independently.
  2. Open a Julia console and do: julia> using Pkg julia> Pkg.add("DrWatson") # install globally, for using `quickactivate` julia> Pkg.activate("path/to/this/project") julia> Pkg.instantiate()

This will install all necessary packages for you to be able to run the scripts and everything should work out of the box, including correctly finding local paths.

You may notice that most scripts start with the commands: julia using DrWatson @quickactivate "CompositionalMLStudy" which auto-activate the project and enable local path handling from DrWatson.

Owner

  • Name: Jacob S. Zelko
  • Login: TheCedarPrince
  • Kind: user
  • Location: Cambridge, MA

Researcher in health informatics, applied mathematics, knowledge management, and open source/open science.

Citation (CITATION.bib)

@misc{CompositionalMLStudy.jl,
	author  = {TheCedarPrince <jacobszelko@gmail.com> and contributors},
	title   = {CompositionalMLStudy.jl},
	url     = {https://github.com/TheCedarPrince/CompositionalMLStudy.jl},
	version = {v1.0.0-DEV},
	year    = {2024},
	month   = {8}
}

GitHub Events

Total
  • Watch event: 1
  • Push event: 14
  • Fork event: 1
  • Create event: 1
Last Year
  • Watch event: 1
  • Push event: 14
  • Fork event: 1
  • Create event: 1

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 43
  • Total Committers: 1
  • Avg Commits per committer: 43.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 43
  • Committers: 1
  • Avg Commits per committer: 43.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
TheCedarPrince j****o@g****m 43

Issues and Pull Requests

Last synced: 10 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

Dependencies

.github/workflows/CompatHelper.yml actions