Eric Taw

Results 6 comments of Eric Taw

Cool, I happen to be implementing something based on that exact paper :) The way I'm interpreting this is you need the entirety of the labelled data for each iteration,...

My original plan was to do something like ``` class ModelIsotherm: def __init__(...): ... @classmethod def from_params(params: dict): ... return ModelIsotherm(...) ``` But you're right, that would basically be your...

I think the user interface should stay the same. You can still specify positional arguments in the same way, it's just that now there's a default value to `df`. In...

Yes that's what I meant!

Thanks for the heads up. Is there a way to train UF3 with ZBL or similar? I'm working on surface adsorption systems. As for implementing it, I can submit a...

Thanks for the workaround @esoteric-ephemera ! I'm not sure if this is a bug that needs fixing or if the workaround is sufficient, so I'll leave the issue open for...