Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit a86ae6d

Browse files
author
Ehsan Totoni
authored
Merge pull request #81 from fschlimb/tutorial
tutorial
2 parents dde87ff + aab3072 commit a86ae6d

13 files changed

Lines changed: 5128 additions & 0 deletions

tutorial/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# HPAT_tutorial
2+
3+
## Setting up your environment
4+
This HPAT tutorial makes use of hpat (latest), numpy, pandas, daal4py (latest) and their dependences.
5+
6+
The easiest and most reliable way is to create a python environment using conda:
7+
8+
* Linux: `conda create -n hpattut -c ehsantn -c numba/label/dev -c defaults -c intel -c conda-forge hpat daal4py pandas=0.23 blas=*=mkl jupyter notebook`
9+
* Windows: `conda create -n hpattut -c ehsantn -c numba/label/dev -c defaults -c intel hpat daal4py pandas=0.23 blas=*=mkl jupyter notebook`
10+
11+
Then activate the environment
12+
13+
`conda activate hpattut`
14+
15+
and you are ready to start the tutorial!
16+
17+
## The Tutorial
18+
19+
The main material is provided as juypter notebooks. To get started simply type
20+
21+
`jupyter notebook`
22+
23+
The main HPAT tutorial is in the notebook `hpat.ipynb`.
24+
An example of an advanced analytics code is provided in `intraday_mean.py`.
25+
A more complete notebook about using daal4py with HPAT can be found in ` daal4py_data_science.ipynb`.

tutorial/cycling_dataset.csv

Lines changed: 3902 additions & 0 deletions
Large diffs are not rendered by default.

tutorial/cycling_dataset.pq

186 KB
Binary file not shown.

tutorial/cycling_test_dataset.pq

43.8 KB
Binary file not shown.

tutorial/cycling_train_dataset.pq

127 KB
Binary file not shown.

0 commit comments

Comments
 (0)