Metadata-Version: 2.4
Name: tgedr-ds
Version: 0.0.7
Summary: data science related code
Project-URL: Homepage, https://github.com/jtviegas/datascience
Author-email: joao tiago viegas <jtviegas@gmail.com>
License-Expression: Unlicense
License-File: LICENSE
Keywords: ai,data science,ml,mlops
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Requires-Dist: numpy~=2.1.3
Requires-Dist: pandas~=2.2.3
Requires-Dist: praw==7.8.1
Requires-Dist: spacy==3.8.2
Requires-Dist: torchaudio~=2.6.0
Requires-Dist: torchvision~=0.21.0
Requires-Dist: torch~=2.6.0
Description-Content-Type: text/markdown

[![pipelines](https://github.com/jtviegas/datascience/actions/workflows/pipeline.yml/badge.svg)](https://github.com/jtviegas/datascience/actions/workflows/pipeline.yml)

# datascience
data science experiments


## tweaks

### torch install

`pip install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu`
