Skip to content

This repository contains supporting utilities for Python 3, with an emphasis on data science tasks.

License

Notifications You must be signed in to change notification settings

bmmalone/pyllars

Repository files navigation

pyllars

This project contains supporting utilities for Python 3.

Installation

This package is available on PyPI.

pip3 install pyllars

Alternatively, the package can be installed from source.

git clone https://github.com/bmmalone/pyllars
cd pyllars
pip3 install .

(The "period" at the end is required.)

If possible, I recommend installing inside a virtual environment or with conda. See here, for example.

Please see the documentation for more details.

pytorch and ray installation

The pytorch.torch submodule requires pytorch and ray-tune. Due to the various configuration options (CPU vs. GPU, etc.), the pyllars installation does not attempt to install these dependencies; they need to be installed manually, though this can be done after installing pyllars with no problems. I suggest using these within an anaconda or similar environment. Please see the official documentation for installing pytorch and ray-tune for details.

About

This repository contains supporting utilities for Python 3, with an emphasis on data science tasks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published