Alvin Shih
Alvin Shih
@raj5287 `MajorityLabelVoter` requires `L` be integer type. `LFAnalysis` requires the matrix be dense. Other operations would prefer `np.array` instead of `np.matrix`. Try this as a tactical fix: L = np.asarray(L.astype(np.int8).todense())
2nd Monday is the usual day. Moving to next week since some can’t make it today. Regards, ACS From: rianoc-kx ***@***.***> Sent: Monday, April 8, 2024 9:20 AM To: finos/kdb...
Fixed. Thanks! ACS From: rianoc-kx ***@***.***> Sent: Monday, April 8, 2024 9:28 AM To: finos/kdb ***@***.***> Cc: Shih, Alvin (Technology) ***@***.***>; Mention ***@***.***> Subject: [EXTERNAL] Re: [finos/kdb] 2024-08-15 - KDB...
Alvin Shih / Morgan Stanley
@mcleo-d suggested that @pholleran and/or @Moose0621 could opine.
Alvin Shih / Morgan Stanley
Instructions to monkey patch Fabric to work with local LLM that presents an OpenAI-compatible REST endpoint: - https://knasmueller.net/running-fabric-locally-with-ollama I had to patch in two places. Just look for "openai.com" in...
Alvin Shih / Morgan Stanley
Alvin Shih / Morgan Stanley
I've updated the Agenda / Minutes to link to the `qclone` area of the repo. Read `qclone.md` first, then `test_qclone.q`, then the rest.