tsinggggg

Results 6 issues of tsinggggg

In the implementation of balancing, whether to use class weight in init param or sample weight in fit param depends on hard coded lists of classifiers. Currently only decision tree...

question

This is the model summary in model 4 ``` Model: "model_4_conv1D" _________________________________________________________________ Layer (type) Output Shape Param # ================================================================= lambda_1 (Lambda) (None, 1, 7) 0 _________________________________________________________________ conv1d (Conv1D) (None, 1,...

## Why are these changes needed? To enhance the support of non-OpenAI models with AutoGen, adding watsonx.ai into the mix to support both IBM granite series of models and others...

## Why are these changes needed? To enhance the support of non-OpenAI models with AutoGen, adding watsonx.ai into the mix to support both IBM granite series of models and others...

Hi maintainers, would you please let me know if aprint is supposed to work with jupyterlab/jupyter notebooks? As in, if i define ``` async def foo(): await aioconsole.aprint('123') ``` in...