Skip to content
#

synapse

Here are 184 public repositories matching this topic...

SynapseML
brunocous
brunocous commented Sep 2, 2020

I have a simple regression task (using a LightGBMRegressor) where I want to penalize negative predictions more than positive ones. Is there a way to achieve this with the default regression LightGBM objectives (see https://lightgbm.readthedocs.io/en/latest/Parameters.html)? If not, is it somehow possible to define (many example for default LightGBM model) and pass a custom regression objective?

rmsamitha
rmsamitha commented Feb 25, 2022

Describe your problem(s)

In the "Complexity Analysis" tab in GraphQL try-out page in devportal, we can see only the complexity Values of each field. If we want to know the complexity value or the depth value, we have to calculate ourself manually. Instead, it would be a nice to have feature to have the possibility to display the calculated complexity/depth values on a button click. So before

JOJ0
JOJ0 commented Dec 3, 2021

One new subcommand to block and unblock rooms: https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#block-or-unblock-a-room

One new subcommand to query blocking status: https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#get-block-status

Make sure when issued on pre-1.48. Synapse, synadm prevents issuing these API calls.

good first issue core feature
TeknikalDomain
TeknikalDomain commented Aug 16, 2021

Of all the things, I know this is probably... okay, nonexistent on the priority queue, but.

When an invalid / non-existent room ID is given to the -r option, the tool crashes:

# ./synapse_compress_state -p ... -r '!this_is:not.valid'
Fetching state from DB for room '!this_is:not.valid'...
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/database.rs:162:
enhancement good first issue

Improve this page

Add a description, image, and links to the synapse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the synapse topic, visit your repo's landing page and select "manage topics."

Learn more