Pocin

Results 7 comments of Pocin

For the record, when i run ``` select n.nspname as enum_schema, t.typname as enum_name, e.enumlabel as enum_value from pg_type t join pg_enum e on t.oid = e.enumtypid join pg_catalog.pg_namespace n...

aha! when I run corex with `n_hidden=5, dim_hidden=2` 10 times total correlations are the same each run`[ 0.693, 0. , -0. , -0. , -0. ]`, but I get clusters...

Thanks greg, that makes sense. > If you look at the mutual information matrix, it might be more obvious that harry 1, sally 2 belong together but everything else is...

Beautiful, just as you anticipated! If I can trouble you with few more questions - the `corex.mis` is not symmetric - do we care only about the upper triangle? I...

not exactly sure how, but i managed to get yarn workspace with a next.js app working with the use of https://github.com/sfsr12/zapatos-example/pull/1 and probably this https://github.com/belgattitude/nextjs-monorepo-example

jsem pro prazdny string, PR udelam vecer az se k tomu dostanu :)

I think this is a bug in typechain. When i was constructing my listeners without typechain using ```ts const VAULT_EVENTS = [ 'event Deposit(address account, uint256 amount, uint256 amountStaked)', 'event...