I'm using the following code for clustering with KMeans from sklearn.cluster.KMeans from sklearn.cluster import KMeans num_clusters = 60 km = KMeans(n_cluste
I am using the following code but cant seem to get a help-menu in the actual window. Can you see anything in terms of menu when you run the code ? I have tried
I'm trying to generalize some logic to do some manipulation to a ActiveRecord::Relation. Issue is that the aim is to prevent authorization issues, so the flag n
I would like to call GCP API call to get vCPU's total count. If all my instances use 280 vCPUs, I want to get 280 in the response. I can get the vCPU limit via
I have data in pandas df as follows d = {'col1': [1,1,1,2,2,2,3,3,3], 'col2':[1,2,3,1,2,3,1,2,3]} df = pd.DataFrame(data=d) I want to take 70%/20%/10% splits o
I have Implemented Ironsouce banner in all activity with below method but its only work in main activity and in other activities show error message API: M
I have a repository on GitHub where I have two branches, main and production. production is my development environment and main my release env
Is there any way in which, in javascript, I can call a function with an x and y co-ord and a direction (angle in degrees) and it will return a set of new co-ord
I created a keyvault and secrets from the MS docs and confirmed that I can list the keyvault and secrets from an Azure CLI session. When somebody else granted
I am calling an external Rest endpoint in my application. But I am getting the following error: The response body does not contain an access token org.springf