Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,32 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<img src="https://www.datawaza.com/en/latest/_static/datawaza_logo_name_trans.svg" alt="datawaza_logo_name_trans.svg" width="300"/>
|
11 |
+
|
12 |
+
[Datawaza](https://github.com/jbeno/datawaza) streamlines common Data Science tasks. It's a collection of tools for data exploration, visualization, data cleaning, pipeline creation, hyper-parameter searching, model iteration, and evaluation. It builds upon core libraries like [Pandas](https://pandas.pydata.org/), [Matplotlib](https://matplotlib.org/), [Seaborn](https://seaborn.pydata.org/), and [Scikit-Learn](https://scikit-learn.org/stable/).
|
13 |
+
|
14 |
+
## Installation
|
15 |
+
|
16 |
+
The [latest releases](https://pypi.org/project/datawaza/) can be found on PyPi. Install Datawaza with pip::
|
17 |
+
|
18 |
+
```
|
19 |
+
pip install datawaza
|
20 |
+
```
|
21 |
+
|
22 |
+
See the [Change Log](https://github.com/jbeno/datawaza/blob/main/CHANGELOG.md>) for a history of changes.
|
23 |
+
|
24 |
+
## User Guide
|
25 |
+
|
26 |
+
[User Guide](https://www.datawaza.com/en/latest/userguide.html) is a Jupyter notebook that walks through how to use the Datawaza functions. It's probably the best place to start, and then you can reference the function specs organized by module above.
|
27 |
+
|
28 |
+
## Source Code
|
29 |
+
|
30 |
+
You can find the [Datawaza repo](https://github.com/jbeno/datawaza/) on Github. Please submit any issues there. It's distributed under the GNU General Public License. Contributions are welcome!
|
31 |
+
|
32 |
+
## What is Waza?
|
33 |
+
|
34 |
+
Waza (技) means "technique" in Japanese. In martial arts like Aikido, it is paired with words like "suwari-waza" (sitting techniques) or "kaeshi-waza" (reversal techniques). So we've paired it with "data" to represent Data Science techniques: データ技 "data-waza".
|
35 |
+
|
36 |
+
## Origin Story
|
37 |
+
|
38 |
+
Most of these functions were created while I was pusuring a [Professional Certificate in Machine Learning & Artificial Intelligence](https://em-executive.berkeley.edu/professional-certificate-machine-learning-artificial-intelligence) from U.C. Berkeley. With every assignment, I tried to simplify repetitive tasks and streamline my workflow. They served me well, so I'm publishing this library in the hope that it may help others.
|