2024-06-13 23:38:54 -04:00
2024-06-16 02:34:15 -04:00
2024-06-14 01:48:32 -04:00
2024-06-15 18:46:19 -04:00
2024-06-15 18:46:19 -04:00
2024-06-16 13:12:56 -04:00
2024-06-15 18:46:19 -04:00
2024-06-16 14:00:50 -04:00
2024-06-13 22:16:11 -04:00
2024-06-16 14:00:50 -04:00
2024-06-15 18:46:19 -04:00
2024-06-16 11:18:28 -04:00
2024-06-16 14:00:50 -04:00
2024-06-13 23:38:54 -04:00
2024-06-13 23:22:25 -04:00

mlModelSaver

Project page in pypi

mlModelSaver

How to install virtualenv

pip install virtualenv

Use vireualevn

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

if you install new dependency run this command and commit your code

pip freeze > requirements.txt

for instalation in local

pip install -e .

build project

python setup.py sdist bdist_wheel

Push project

twine upload dist/*

Run Jupyter notebooks

export PYTHONPATH="${PYTHONPATH}:$(pwd)"
jupyter notebook \
        --notebook-dir="./notebooks" \
        --ip=0.0.0.0 --port=3225
Description
No description provided
Readme MIT 1.2 MiB
Languages
Jupyter Notebook 99.5%
Python 0.4%