Tom Burdge

Results 11 comments of Tom Burdge

currently working on: - variation_coefficient, - var_gt_std, - large_standard_deviation - range_count

- variation_coefficient - var_gt_std - large_standard_deviation - range_count - mean_change - mean_abs_change submitted for [pull request](url).

I'm going to start on: - linear_trend. I will work on it in a new branch and make a separate PR for ease of review.

I have made [PR ](https://github.com/neocortexdb/functime/pull/93)for linear trend.

- streak_length_stats

@abstractqqq did you have expected behaviour in mind for **streak_length_stat**s where there are no streaks? Right now it will filter to an empty Series/DataFrame at: `y = y.filter(y.struct.field("values")).struct.field("lengths")` Then, the...

> > @abstractqqq did you have expected behaviour in mind for **streak_length_stat**s where there are no streaks? > > Right now it will filter to an empty Series/DataFrame at: `y...

* autoregressive_coefficients

Hey folks, I have been working on this feature on a local branch. I have a few questions: * What is the best way to gradually develop and implement this?...

hey @ELC I usually use [SDKMAN](https://sdkman.io/) when developing pyspark locally and it usually works pretty nicely in my experience (on WSL, set up on a few different laptops). It seems...