Frank Portman

Results 20 issues of Frank Portman

Next release I want to have both the current setup (input A_data, B_data directly) and summarized data (A_sum, A_length, B_sum, B_length). This should not complicate the architecture if done correctly.

enhancement

Line 287 - 291 of vec_anom_detection.R (and similarly in ts) is: ``` if(plot){ return (list(anoms = anoms, plot = xgraph)) } else { return (list(anoms = anoms, plot = plot.new()))...

When using spherical=True during Kmeans clustering, the centroids are normalized after each iteration. The documentation can be found here: https://github.com/facebookresearch/faiss/wiki/Faiss-building-blocks:-clustering,-PCA,-quantization ``` spherical: perform spherical k-means -- the centroids are L2...

enhancement
documentation
Implementation

I have categories with spaces in them. I add them in a post as follows: ``` md layout: post title: "Visualizing the Magnitude of Earthquakes in New Zealand" date: 2012-11-06...

Small and superficial change but wondering if you're open to having the generated file conform to the default buildifier functionality. Otherwise it tries to reformat it each time it updates.

# 🚀 feature request ### Relevant Rules `rules_python`, specifically the Gazelle capabilities: https://github.com/bazelbuild/rules_python/tree/main/gazelle ### Description I'm able to follow the README to enable Gazelle for my monorepo. However, it seems...

Can Close?
need: repro

Foo1.thrift: ``` struct FooData { 1: required string hey 2: required string hi } ``` Foo2.thrift: ``` include "Foo1.thrift" const Foo1.FooData imported_const = { "hey": "hey", "hi": "hi" } ```...