Emir Karamehmetoglu
Emir Karamehmetoglu
I am not sure if this is related but I wanted to add another data point on 0.991 ```Python @classmethod def from_df(cls, df: pd.DataFrame | pd.Series) -> "Sites": if isinstance(df,...
since `cluster.k_means` simply calls `cluster.KMeans` which is a validated class, should we still validate `k_means` or mark it as skipped/validated? If it should be validated I will add it.
> @emirkmo no we don't need to validate separately, if the underlying class already does it. Then `cluster.mean_shift` is also validated.
Working on `feature_extraction.image.grid_to_graph` and `feature_extraction.image.img_to_graph`
@glemaitre What do you think about #24885 . I ran into the issue of having to validate inputs which are type arguments (classes or built-in types, instead of instances of...
Hi @larrybradley @mfloyd21, please see our Wrapped implementation in the FLOWS photometry pipeline `FlowsEPSFBuilder`, where these requirements are not met yet we achieve a good fit. It has been tested...
> It works on my RX 6800 XT now. AMD should really add a "unsupported but works" category to their list of supported devices. The box of RX 6800XT literally...
Hi, I forgot to respond. I looked into this, and it is very doable, but there didn't seem to be a bulk api that does exactly what we would want....
Please allow setting simple authorization bearer=ABCDS headers at least. would be really helpful
Seems like pickle basically can do what pydantic does. So maybe pydantic V2 generation would make sense? Could then even go via rust instead of C or just generate pydantic...