A package to help gain quick insights into a new dataset
Project description
Sci-Cheat
Basic analytics for working with a new dataset
Notes
- See examples folder for demo of functionality
- Very much a work in progress!
- Works best in a Jupyter Notebook environment
Installation
git clone https://github.com/andrewjkuo/scicheat.git
python setup.py install
Usage
- Import the PrimaryAnalysis class
- Load in a pandas dataframe and specify the target variable
- You can run specific methods or just use run_all()
from scicheat.dataloader import PrimaryAnalysis
pa = PrimaryAnalysis(df=df, target='y_col')
pa.run_all()
To Do
- Error handling
- Deal with NAs intelligently
- Deal with dates intelligently
- Data normalisation
- Optionally limit rows for speed
- Hyperparameter tuning
- Unsupervised analysis
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scicheat-0.2-py3-none-any.whl.
File metadata
- Download URL: scicheat-0.2-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.23.3 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f6b03bcf79f43f2b58c2a5a2383523ca8f24d0cdd1a5caad7420de167ff559e
|
|
| MD5 |
2878bb0609559276c1404a4afb8be051
|
|
| BLAKE2b-256 |
aa5e9e6e598b5ebf04cd40facf3d186a617ae91a469887ab74ed066ac27a4953
|