-
Hello,
thanks for the wonderful trackpy. I am tracking rising bubbles using trackpy and I would like to optimize the tracking accuracy. As input I have a `pd.DataFrame` (called `bubble_data`) with th…
-
I am trying to implement at my company a probabilistic model using gluon-ts.
At the moment I am experimenting with the Python API, however, in the future, I am planning to move my codebase to Sage…
-
I read Alessandro Epasto's slides from page 241 in https://gm-neurips-2020.github.io/master-deck.pdf. He shows great results and the key is an interesting graph transformation. Could we put this in a …
-
*Issue migrated from trac ticket # 2745*
**component:** Algorithms | **priority:** medium | **keywords:** EGO, Surrogate
#### 2017-03-09 08:48:07: @BernhardWerth created the issue
___
> Implement …
-
After review, relabel to 'reviewTwo'. After second review, relabel to 'EditorsComment'.
-
@Samsomyajit(Somyajit Chakraborty)
As Sayan da(@sayanmondal2098 ) has reported me earlier that Dimensionality Reduction will play a huge(important) role in our creation of perfectly modeled Text Summ…
-
Hello,
I am currently using the default parameters for diversification strategies:
```
#define PYRAMIDS 1 // Use spatial pyramids
#define CUE_D 1 // Use Diameter grouping cue
#define CUE_FGI 1 // Us…
-
Hello,
Thank you for providing such a useful tool. I recently applied Qiime2 to analyze my 16S data, generating both a FASTA file and an OTU abundance file( The Qiime2 pipeline I employed has been…
-
Here are the inputs:
```python
inputs = {"open": [12.1, 52.6, 24.6...], "high": [some more floats], "low": [more floats], "close": [you guessed it, floats], "volume": [floats, floats, floats]}
c = …
-
- User should be able to load a CSV file or pass a pandas dataframe to `add_new_sample` method of `Experiment` when populating an experiment with data
- Often the optimal parameters for a clustering …