Haifeng Wu

Results 39 comments of Haifeng Wu

Could you please upgrade featuretools to `featuretools>=1.11.1` and try again ?

我也出现了这个问题,环境是 gnome+wayland。 把wayland 切换成x11后正常使用。

Hi @astrung, Is there any categorical features in your dataset? If not, you can set `auto_discrete=True` to discretize continuous features into categorical. I think the network needs categorical features rather...

Maybe the value of your features is too small, here is how DT calculates the number of the bins: https://github.com/DataCanvasIO/Hypernets/blob/7b486d0a9206181d4f08f502160f8d6ba3a4994b/hypernets/tabular/sklearn_ex.py#L727-L737

The issue still exists with plotly 5.14.1 and orca=1.8 on Windows 11. ![image](https://github.com/plotly/plotly.py/assets/7763696/3fd3219e-4868-4506-be2e-1e03f7c71975)

Hi @DManowitz , The constrains specified in `run_constrained ` only affect the building runtime environment, not as dependencies of the package. Do you have any problems about installing hyperts ?...

@BruceQD Please refer to this example: https://github.com/DataCanvasIO/DeepTables/blob/master/deeptables/examples/quickstart.ipynb ```python from hypernets.utils import fs model_dir = "model_dir" dt.save(model_dir) print(f"Absolute path for the persisted model: {fs.remote_root_}/{model_dir}") model_load = deeptable.DeepTable.load(model_dir) # KEYPOINT model_load.evaluate(df_test,y_test, batch_size=512,...

Hi yiming-lzx, it seems that cooka recognizes it as a multi-classification task, please set the task type to regression on the training page and try again .

Thanks for your feedback @Jwenyi. It seems that the path on windows os cannot be recognized correctly . Try to update cooka with the command and restart your server then...

Hi Wenyi , Have you tried installing jupyterab after installing cooka? tornado will be upgraded to 6.1 and it still working with cooka.