heat icon indicating copy to clipboard operation
heat copied to clipboard

Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python

Results 245 heat issues
Sort by recently updated
recently updated
newest added

**Feature functionality** https://numpy.org/doc/stable/reference/generated/numpy.interp.html **Additional context** Climate Use case @kleinert-f

enhancement
student project

**Description** setitem raises an TypeError when a list is used for indexing along the split axis . **To Reproduce** Steps to reproduce the behavior: 1. Which module/class/function is affected? setitem...

bug
indexing

**Related** All kind of stuff depends on distributed non-ordered indexing. Here a sample of issues/PRs where the problem has come up in various forms: #607 #760 #903 #703 #824 #902...

bug
enhancement
redistribution
MPI
:exclamation:
indexing

**Description** While looking into #564, I found a number of inconsistencies in ht.unique(). - #564 is no documentation issue. - The kwarg `sorted` is set to False by default for...

bug
manipulations

**Description** After the indexing update #758 and subsequent `naive_bayes.GaussianNB` changes, results from the distributed tests deviate enough from the `sklearn` comparison that tests fail. Those tests have been temporarily commented...

bug
good first issue
high-level functions
testing
indexing
student project

**Description** A clear and concise description of the bug and the associated functionality. various bugs when using index arrays for indexing on distributed one-dimensional DNDarrays. **To Reproduce** Steps to reproduce...

bug
redistribution
indexing

Create some wiki pages that describe (maybe also with a couple of graphics) the concept of the HeAT design, assumptions made in tensor and MPI handling and architectural decisions.

good first issue
documentation

**Feature functionality** https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.gaussian_kde.html **Additional context** Distributed & parallel implementations e.g. [Zheng 2013](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwjW84C0h5H2AhUPS_EDHc3QCRcQFnoECAIQAQ&url=https%3A%2F%2Fwww.cs.utah.edu%2F~jeffp%2Fpapers%2Fkde-big.pdf&usg=AOvVaw1vmO5lc2dPHZ8CedhEkOvq)

high-level functions
student project

**Feature functionality** Clarify that the order in res is either unstable or how it relates to split/axis. Not sure whether this is a bug or works as intended; the order...

:question:
documentation

enhancement
signal processing
student project