credit-card-fraud

Data Stewardship Exercise 1 - Credit Card Fraud

https://github.com/ag1402/credit-card-fraud

Science Score: 26.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
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Data Stewardship Exercise 1 - Credit Card Fraud

Basic Info
  • Host: GitHub
  • Owner: ag1402
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 15.6 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Codemeta

README.md

credit-card-fraud

Data Stewardship Exercise 1 - Credit Card Fraud

Credit Card Fraud Detection (FAIR)

Description:
- Loads training/validation/test splits from DBRepo by PID
- Trains a RandomForest model
- Uploads model & outputs to TUWRD

How to run

  1. Install dependencies:
    ```bash pip install -r requirements.txt

Owner

  • Login: ag1402
  • Kind: user

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "name": "Credit Card Fraud Detection (FAIR)",
  "description": "Loads data via DBRepo API, trains a model, publishes to TUWRD.",
  "version": "1.0.0",
  "codeRepository": "https://github.com/YourUsername/creditcard-fraud-fair",
  "license": "https://opensource.org/licenses/MIT",
  "programmingLanguage": "Python",
  "author": [
    {
      "@type": "Person",
      "givenName": "Your",
      "familyName": "Name",
      "identifier": "https://orcid.org/0000-0000-0000-0000"
    }
  ]
}

GitHub Events

Total
  • Push event: 9
  • Create event: 2
Last Year
  • Push event: 9
  • Create event: 2

Dependencies

requirement.txt pypi
  • dbrepo ==1.7.3