DerWeh

Results 26 comments of DerWeh

Recently I switched to [ltex](https://valentjn.github.io/ltex/) which is based on LanguageTool and does a reasonable job supporting LaTeX and other markup languages. It can simply be used as a language server...

Thanks for your great project. I think the focus should be to get a more interactive and seamless interaction with the notebooks. Currently it is not really workable. If I...

Thanks for the valuable insight. I think it would be possible to add this (kind of workaround) in the Python interface. During the fit, the bags are known. At the...

Sorry for the slow response @andrewkhardy, I was gone for quite a while and the notification is buried in unread mails... Of course, we can add the dice lattice. If...

I worked through the equations, and to me, it seems that the diced lattice Green's function is nothing but (2/3) the honeycomb lattice Green's function plus the dispersionless contribution `1/3z`...

> I think there is a reasonable limit though where if there were for example 1000 features, we might be able to boost 20-ish in parallel. If all features were...

> I think a good minimum version that we should target would be python 3.8 since that's still supported. Thankfully 3.8 supports things like the Literal annotation. Sure enough, I...

Yes, the hierarchy sound very reasonable. Though, I am not quite sure if making EBMBase and abstract base class has any benefit. See the discussion: https://stackoverflow.com/questions/3570796/why-use-abstract-base-classes-in-python But it doesn't really...

> You're probably right that it has very little technical benefit in python. I was thinking of it mainly as a form of documentation to indicate that the EBMBase class...

Ok, the parameter validation seems to be working now. I managed to find a way based on pydantics [TypeAdapter](https://docs.pydantic.dev/latest/api/type_adapter/#pydantic.type_adapter.TypeAdapter). The DP versions are currently broken, as I focused only on...