liuyunliu2000 / gainschart

An data science tool to evaluate statistical or ML predictive models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gainschart module for predictive modeling

alternatively by manual upload to testpypi

python -m pip install --upgrade pip pip install --upgrade twine python3 -m pip install --upgrade build python -m build cd gith ls cd github ls cd gainschart ls python3 -m build python3 -m pip install --upgrade twine python3 -m twine upload --repository testpypi dist/* cd .. pip install -i https://test.pypi.org/simple/ gainschart==0.1.0

question about the naming of it folder structure

import gainschart.gs as g g.combineimages()

why it works this way: import pandas as pd

About

An data science tool to evaluate statistical or ML predictive models

License:MIT License


Languages

Language:Python 100.0%