Aditya Vats
                                            Aditya Vats
                                        
                                    From what I understand, https://github.com/optuna/optuna/blob/40b097650d312913989b5825aa9c9adf4b15c396/optuna/pruners/_hyperband.py#L238-L260 is the relevant code and we need to change `hash` function here as it is randomizing based on what @donny8 mentioned above, right?
Ok, so I am going to try to resolve this one and raise a PR. I'll reach out if I got stuck somewhere. Thanks 🎉
Ok, this could be resolved by using any particular algorithm from `hashlib` but which one should I select and also, as there are no major concerns of collisions and instead...
As we don't need a cryptographic hash and `crc32` results in an unsigned 32-bit int, it is a viable option here instead of `hash`. Also, I want to work on...
So, should I just move forward with `crc32` and implement it without benchmarking? Also, `crc32` is faster for short-length strings, so assuming it to be fastest might be misleading. [Ref](https://stackoverflow.com/questions/3665247/fastest-hash-for-non-cryptographic-uses)...
@PrasadG193 I want to work on : - Validate error events are skipped when the update event is not configured for a resource in test config. e.g `events: [create, error,...
I want to work on this. Can anyone guide me a bit how to resolve this? Thanks :+1:
Thanks @Cadair for the insights, I'm getting my familiar with the configs and will let you know. :+1:
Hey @chrisgraham , I want to do this. > I think I have to edit this [here](https://github.com/ContributorCovenant/contributor_covenant/blob/release/CODE_OF_CONDUCT.md#our-standards), right?
@kitchoi , I want to work on this one too. It might take time as I have to do the cleanup for all the files in [source](https://github.com/enthought/traits/tree/1af120c7d68356105d66ec6458967b5660e37e3f/docs/source/traits_user_manual), right?