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

Commit ada4e5c

Browse files
committed
initial version
1 parent 4a6d246 commit ada4e5c

13 files changed

Lines changed: 5118 additions & 0 deletions

tutorial/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# HPAT_tutorial
2+
3+
To get the full experience you need to setup your python envorinment as follows:
4+
* conda create -n hpatidp -c intel python=3.6 tbb-devel numpy pandas scipy cython jinja2 daal daal-include impi-devel
5+
* conda activate hpatidp # or source activate idp
6+
* conda install jupyter notebook matplotlib boost cmake pyarrow gcc_linux-64 gxx_linux-64 gfortran_linux-64
7+
* conda install -c numba/label/dev -c intel llvmlite
8+
* git clone https://github.com/numba/numba
9+
* pushd numba && python setup.py install && popd
10+
* git clone https://github.com/IntelLabs/hpat
11+
* pushd hpat && python setup.py install && popd
12+
* git clone https://github.com/IntelPython/daal4py hpat
13+
* pushd daal4py && python setup.py install && popd
14+
15+
Now you can use the notebook!
16+
* jupyter notbook

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)