Xinbin Huang

Results 41 comments of Xinbin Huang

You can see log loss as a special case (with only 2 classes) of entropy loss.

> @jcechace This is one for you to keep eye on @xinbinhuang Good job! I'd recommend to add a completely new class that would be responsible for testing. The test...

@jpechane I just added the test and I think the PR is ready for review! PTAL. thank you!

> @xinbinhuang Applied, thanks! Could you please send a separate PR with documentation? Thanks a lot Awesome! I'll follow up with the documentation in a separate PR.

Hi @hameizi, thanks for the great work! I'm really interested in this patch to support `overwrite` snapshots. In my company, 90% of the write to iceberg is `overwrite` by Spark,...

@nilathedragon @Embraser01 Would you like to take a look?

@Embraser01 Can you help approve the workflow again? I fixed the build error for goreleaser.

Encountered the same problem. I am running WSL 18.04 I solved it by upgrading both the `awscli` and `aws-shell` together via `pip` ```bash pip install -U awscli aws-shell ``` Hope...

Hmm I see. I didn't know about the `to_string` method for Dataframe. My Fire component is actually a class which utilize pandas under the hood and it returns a dataframe...

@nfultz I am not familiar with `inspect.getmembers` in general, but I do get impressed by how quickly you gather all these information! These information is pretty good for me probably...