Sam Edwardes

Results 39 comments of Sam Edwardes

Not a long term solution, but if you want to filter out the error for now you can use the following snippet: ```python import warnings warnings.filterwarnings("ignore", ".*Class SelectOfScalar will not...

> @roman-right When will this feature be added? > > I'm using it like this right now, would that be a problem? `perm:List[Link[Permission]] = []` I think you will want...

Thank you Julia - this is great, I did not know about these functions. I will update the code to include them :)

Thank you Tom! I am planning to use these settings for each doc: https://github.com/sol-eng/bike_predict/blob/6a5771bc3f3c234578023851175e33b495e44567/content/02-model/02-model-card/document.qmd#L1-L13

Hi omarbenhamid - thank you for creating this issue and looking the problems. I have never encountered this use case, but your explanation makes sense. The reason each page is...

Can you please provide a reproducible example? https://stackoverflow.com/help/minimal-reproducible-example

Can you please confirm the version of `spacytextblob` that you are using? From the command line you can run: ```bash pip list ``` Note that `._.blob` is new as of...

Ok make sure you are using 4.0.0 and it should work. Does it work after upgrading?

Thank you for sharing! It could be more fair to compare the accuracy across the value of the floating points. For example, when the prediction is 0.9, we would hope...

Can you share the error you get? I did some testing. The details are below, but the short version is that I am not sure if it is a spacytextblob...