-
## Environment information (required)
### Diagnostics
Diagnostics output
``````
--- check: autoidentify
INFO: diagnose_tensorboard.py version df7af2c6fc0e4c4a5b47aeae078bc7ad95777ffa
-…
-
For imputed rows, this is a feature request for TimeSeriesImputer to be able to support multiple imputation strategies across different columns. For instance, numeric feature columns could be imputed …
-
I was attempting to use the percentile aggregator to calculate the 95th percentile of a month's worth of interface bandwidth data. I found that the results I received for the percentile aggregator var…
-
Is "Bound" joint-training 100 classes?Why Bound has different results ?
![image](https://user-images.githubusercontent.com/77711950/218346901-169dfbad-4b46-4ee9-a97d-ac668ed7e862.png)
thank you!
-
This issue proposes a new `scatterplot` aggregation. Scatterplots are surprisingly tricky to build in ES right now. An approximation of a scatterplot can be generated with two histograms, but this i…
-
### 🚀 The feature, motivation and pitch
Dear PyTorch Devs,
Thank you for your hard work and dedication to creating a great ecosystem of tools and community of users.
This feature request prop…
-
I'd like a `(shuffling)` transducer that's like `shuffle` from `racket/list`, but a transducer. I'd also like a `(sampling k)` transducer that's equivalent to `(shuffling)` followed by `(taking k)`, b…
-
给定一个可能含有重复元素的整数数组,要求随机输出给定的数字的索引。 您可以假设给定的数字一定存在于数组中。
注意:
数组大小可能非常大。 使用太多额外空间的解决方案将不会通过测试。
#### 示例:
```
int[] nums = new int[] {1,2,3,3,3};
Solution solution = new Solution(nums);
// pi…
-
The current format used becomes slow in many circumstances:
1. Saving images/audio/...
2. Saving many scalars
I suggest that the format is replaced by something that:
1. Is compressed (and don't…
-
We want to build an algorithm that can quickly choose the next statement for someone to rate. There's a few things this algorithm could prioritize so we should consider which ones we care about most. …