Closed MatthiasSchmidtblaicherQC closed 4 months ago
Thanks @MatthiasSchmidtblaicherQC ! This has been fixed in the main
branch, but I haven't released it yet because I figured it was a pre-release and few people would use it. Sounds like I should push it out!
I am glad to hear that it has been fixed. From my side, there is no need to expedite a release.
The fix for this is now released in 1.0.2.
Just a heads-up that current model matrix instantiation is likely incompatible with the pandas development version (i.e. future pandas 3.0.0). To check this, you need to first create an environment with formulaic and the pandas development version:
The pandas version should look something like this:
Running the example from the README
raises
FormulaMaterializerNotFoundError: No materializer has been registered for input type 'pandas.DataFrame'. Available input types are: set().
.This first showed up here.