deepstat

Minimal user interaction statistical analysis software powered by a.i.

https://github.com/athalbraht/deepstat

Science Score: 67.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
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Minimal user interaction statistical analysis software powered by a.i.

Basic Info
  • Host: GitHub
  • Owner: Athalbraht
  • License: gpl-3.0
  • Language: TeX
  • Default Branch: main
  • Homepage:
  • Size: 148 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 1
Created almost 2 years ago · Last pushed 11 months ago
Metadata Files
Readme License Citation

README.md

DeepStat

tag pypi-status commit license DOI

Data analysis software.

See documentation. Still in BETA version.


Installation

From source

```console

Using poetry

user@host:~$ poetry install --without test

or using pip

user@host:~$ pip install --without test ```

From PYPI

console user@host:~$ pip install deepstat

Owner

  • Name: Albert Szadziński
  • Login: Athalbraht
  • Kind: user
  • Location: Poland
  • Company: University of Silesia

Citation (CITATION.cff)

cff-version: 1.2.0
title: DeepStat
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Albert
    family-names: Szadziński
    email: albert.szadzinski@us.edu.pl
    orcid: 'https://orcid.org/0000-0001-6864-8434'
    affiliation: University of Silesia
identifiers:
  - type: url
    value: 'https://github.com/aszadzinski/DeepStat'
    description: Repo
repository-code: 'https://github.com/aszadzinski/DeepStat'
abstract: >-
  Minimal user interaction statistical analysis software
  powered by chatGPT 
keywords:
  - Statistics analysis
  - Deep Learning
  - Numerical Methods
license: GPL-3.0-or-later
commit: 87eefc7400ab3e826ee40ea3793e5582570ed46a
version: 0.1.1
date-released: '2024-05-24'

GitHub Events

Total
  • Delete event: 3
  • Push event: 3
  • Pull request review event: 1
  • Pull request event: 6
  • Create event: 3
Last Year
  • Delete event: 3
  • Push event: 3
  • Pull request review event: 1
  • Pull request event: 6
  • Create event: 3

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 3
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: 3 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 3
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (3)
Top Labels
Issue Labels
Pull Request Labels
dependencies (3) python (1)

Dependencies

.github/ISSUE_TEMPLATE/requirements.txt pypi
  • Jinja2 ==3.1.4
  • MarkupSafe ==2.1.5
  • annotated-types ==0.6.0
  • anyio ==4.3.0
  • astroid ==3.1.0
  • certifi ==2024.2.2
  • click ==8.1.7
  • contourpy ==1.2.1
  • cycler ==0.12.1
  • dill ==0.3.8
  • distro ==1.9.0
  • et-xmlfile ==1.1.0
  • fonttools ==4.51.0
  • h11 ==0.14.0
  • httpcore ==1.0.5
  • httpx ==0.27.0
  • idna ==3.7
  • isort ==5.13.2
  • kiwisolver ==1.4.5
  • matplotlib ==3.8.4
  • mccabe ==0.7.0
  • numpy ==1.26.4
  • openai ==1.23.6
  • openpyxl ==3.1.2
  • packaging ==24.0
  • pandas ==2.2.2
  • pillow ==10.3.0
  • platformdirs ==4.2.1
  • pydantic ==2.7.1
  • pydantic_core ==2.18.2
  • pylint ==3.1.0
  • pyparsing ==3.1.2
  • python-dateutil ==2.9.0.post0
  • pytz ==2024.1
  • scipy ==1.13.0
  • seaborn ==0.13.2
  • six ==1.16.0
  • sniffio ==1.3.1
  • tomlkit ==0.12.4
  • tqdm ==4.66.3
  • typing_extensions ==4.11.0
  • tzdata ==2024.1
pyproject.toml pypi
  • ipython ^8.24.0 develop
  • mkdocs * docs
  • click ^8.1.7
  • jinja2 ^3.1.4
  • numpy ^1.26.4
  • openai ^1.30.3
  • openpyxl ^3.1.2
  • pandas ^2.2.2
  • pingouin ^0.5.4
  • python ^3.10
  • scikit-learn ^1.5.0
  • scikit-posthocs ^0.9.0
  • scipy ^1.13.1
  • seaborn ^0.13.2
  • statsmodels ^0.14.2
  • pytest ^8.2.1 test