Stamatis Karlos

Results 9 comments of Stamatis Karlos

Thanks all for the comments and the related discussion. I am trying to understand better the **basis** and **n_basis** arguments and their role inside the SCML_supervised algorithm. Is this a...

@jruivo-dev not at all, i am still getting errors. I have to check all the other parameters, so as to fix them all (e.g. initializer), so as to reduce the...

@subrata-mettle my version of TensorFlow is 2.0.0 and replace the line of the corresponding def with the next: **def custom_kernel_init(shape,dtype):**

Thanks for this notification. I used some flags and i noticed that the avg_kl ndarray consists of nan values, except one only. Is this the proper function?

I am using ExtraTrees and SVC, but i tried also LogisticRegression as the example in the corresponding script, but i got the same error.

The dimensions of the exported proba are: (935, 3, 8) -> (number of unlabeled instances, number of students, numbers of classes) The result of print np.sum(proba[:,0]) , np.sum(proba[:,1]) , np.sum(proba[:,2])...

Hello there. That library seems great, but I still face issues when I try to sync with my Azure credentials. None of the relevant comments did help me. Can you...

Great, I replaced that part with the corresponding part regarding AzureOpenAI check. ``` from openai import AzureOpenAI client = AzureOpenAI( api_key = openai_api_key, api_version=openai_api_version, azure_endpoint=openai_azure_endpoint, ) ```