-
Hello,
I am performing a grid search optimization and Claspy is a part of this search.
Sometimes while trying some combinations of hyper-parameters I get two types of error:
1. Python int too la…
-
## Enhancement idea
- [ ] Update Feature: Bitcoin/Altcoin Dominance Algorithm + Dominance Strength Algorithm.
- [ ] Change from resetting at the beginning of the day to rolling 24 hours period.
…
-
Two algorithms that we could implement for starter in the sliding windo detection family:
* sliding window with parameters related to window (like in pandas). Get quantile or z score based on last …
-
Hi all.
I'm trying to evaluate different techniques (as DSO, PTAM, ORB-SLAM ...) in order to choose the "best" one for my project.
Before spending the time to introduce an inertial sensor within th…
-
**Minimal Complete Verifiable Example**:
```python
import dask.dataframe as dd
df = dd.demo.make_timeseries()
# Works with divisions
df.x.rolling("50D").mean().compute()
# timestamp
# 200…
-
- #536 implemented a loadbalancer feature with only roundrobin algorithm.
- After #556 we should have a solid code base to easily implement different algorithms per route.
We want to have some o…
-
It's quite possible to do an efficient rolling CRC. Let me know if you're interested in help with that. I could help with the mathematical theory, and practical implementations.
-
In #4219 we added ndrolling.
However, nanreduce, such as `ds.rolling(x=3, y=2).mean()` calls `np.nanmean` which copies the strided-array into a full-array.
This is memory-inefficient.
We can impl…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
Hello!
I'd like to request a feature enhancement for Nomad that would allow users to better control the order in which allocations are updated during deploys, particularly when using the rolling de…