Skip to content

Instantly share code, notes, and snippets.

View aktech's full-sized avatar
🏠

Amit Kumar aktech

🏠
View GitHub Profile
@aktech
aktech / indexing.ipynb
Created January 9, 2022 05:25
array api indexing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aktech
aktech / linux_commits_bar_chart_race.py
Created June 17, 2021 17:12
Linux Commits Bar Chart Race
"""A script to generate a Bar Chart race graph from the linux git commits
commits.txt was generated via:
git log --format=%ai$%an > commits.txt
Pre-requisite:
==============
conda install -c conda-forge bar_chart_race ffmpeg imagemagick pandas
Instructions to run:
@aktech
aktech / qhub-dask-worker-environment-variable-example.ipynb
Created May 24, 2021 17:33
qhub-dask-worker-environment-variable-example
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aktech
aktech / sgkit-gpu-coiled.ipynb
Created April 10, 2021 11:17
Sgkit GPU Coiled Experiment
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aktech
aktech / dask-error.md
Created March 29, 2021 21:48
dask-error
---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
<ipython-input-10-3aaabe578c05> in <module>
----> 1 out.compute(scheduler="single-threaded")

~/.conda/envs/sgkit-gpu-new/lib/python3.8/site-packages/dask/base.py in compute(self, **kwargs)
    281         dask.base.compute
    282         """
--> 283         (result,) = compute(self, traverse=False, **kwargs)
@aktech
aktech / coiled-scheduler-logs.txt
Created March 29, 2021 19:08
coiled-scheduler-logs
[ 160.964880] cloud-init[1391]: ng dask ... extracting (42.7%)

Pulling dask ... extracting (42.8%)

Pulling dask ... extracting (43.6%)

Pulling dask ... extracting (44.3%)

Pulling dask ... extracting (45.1%)

@aktech
aktech / pairwise_blocks_vs_blockwise_comparison.ipynb
Last active January 25, 2021 19:49
Blockwise vs non-blockwise comparison
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aktech
aktech / skallel-simulated-benchmark.ipynb
Created November 18, 2020 13:23
skallel benchmark on simulated dataset
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aktech
aktech / environment.yml
Created November 12, 2020 23:18
skallel-stats environment
name: skallel
channels:
- conda-forge
dependencies:
- pip
- multipledispatch
- numba
- numpy
@aktech
aktech / skallel-pairwise-distance.ipynb
Created November 12, 2020 19:09
skallel-pairwise-distance
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.