Daniele Morotti

Results 3 issues of Daniele Morotti

Now it's possible to have multi-line comments in the dzn files, previously "ValueError: Unsupported parsing for statement: ..." was raised. In the implemented regex I have also considered the case...

Passing the `tbm=lcl` parameter, the package doesn't return any url. I passed the parameter as follows: ``` urls = list(search( query="restaurant", extra_params={"tbm": "lcl"} )) ``` but I was not able...

I tested the example code for the classifier: ```python from sklearn.datasets import load_breast_cancer from sklearn.metrics import accuracy_score, roc_auc_score from sklearn.model_selection import train_test_split from tabpfn import TabPFNClassifier # Load data X,...

triaged