Harsha Sridhar
Harsha Sridhar
`pip3 install -i https://test.pypi.org/simple klar-eda` fails with error because of a missing dependency It starts failing sklearn, opencv-python, tensorflow, pandas, sphinx, matplotlib and seaborn. Impacts severely on ease of use...
Add help description to the package, that helps the user understand the purpose of the project, modules, submodules etc. Currently no description provided, it is as follows: ``` Help on...
**Is your feature request related to a problem? Please describe.** > Image preprocessing is a broad umbrella which encompasses various kind of techniques, which can be grouped into a submodule....
Indentation error on import PFA logs ```python >>>from klar_eda.preprocessing import preprocess_csv Traceback (most recent call last): File "", line 1, in File "/Users/harsha/opt/anaconda3/envs/klar/lib/python3.7/site-packages/klar_eda/preprocessing.py", line 1, in from .preprocess.csv_preprocess import CSVPreProcess...