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 (10.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: mcnabb998
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 32.2 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created 8 months ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.md

Stars vs Sentiment Portfolio

GitHub Pages Python

Explore how star ratings compare with written sentiment using open datasets.

Sample chart showing sentiment divergence

A collection of mini-projects showcasing reproducible analyses of review data. Each folder under projects/ contains notebooks, a Makefile, and result images.

The docs/ directory powers a simple GitHub Pages site that links out to individual portfolio pieces.

New in Milestone 2: dedicated About and Contact pages plus a refreshed landing page.

Highlights - 📊 Reproducible notebooks - 🖼️ Result images and charts - 🌐 Simple GitHub Pages site

Table of Contents

Projects

Quickstart

bash cd projects/amazon-stars-vs-sentiment conda env create -f environment.yml conda activate stars-sentiment make all

For details of each step, see the notebooks directory.

Citation

If you use these materials, please cite the repository using the CITATION.cff file.

Owner

  • Name: Matthew McNabb
  • Login: mcnabb998
  • Kind: user
  • Location: San Antonio

Citation (CITATION.cff)

---
cff-version: 1.2.0
title: "Stars vs Sentiment Portfolio"
authors:
  - family-names: McNabb
    given-names: Matthew
    orcid: "https://orcid.org/0000-0000-0000-0000"
version: "0.1.0"
URL: "https://github.com/mcnabb998/Data-Sci-Portfolios"
message: "If you use this work, please cite it as below."
year: 2024

GitHub Events

Total
  • Delete event: 31
  • Push event: 92
  • Pull request review comment event: 9
  • Pull request review event: 5
  • Pull request event: 61
  • Create event: 34
Last Year
  • Delete event: 31
  • Push event: 92
  • Pull request review comment event: 9
  • Pull request review event: 5
  • Pull request event: 61
  • Create event: 34

Dependencies

.github/workflows/pages.yml actions
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/upload-pages-artifact v3 composite
environment.yml pypi
  • sentence_transformers *
projects/amazon-stars-vs-sentiment/environment.yml pypi
requirements-dev.txt pypi
  • black ==24.4.2 development
  • flake8 ==7.0.0 development
  • mypy ==1.10.0 development
  • pre-commit ==3.7.1 development
  • pytest ==8.2.0 development
  • pytest-cov ==5.0.0 development