cancel
Showing results for 
Search instead for 
Did you mean: 
spearitchmeta
Contributor
since ‎08-08-2025
3 weeks ago

User Stats

  • 10 Posts
  • 1 Solutions
  • 3 Kudos given
  • 5 Kudos received

User Activity

Hi Databricks community,I'm working on a classification problem where I need to predict 50 different target columns simultaneously using the same input features (X), commonly known as multi-target or multi-output classification.My question: Does Data...
Hello Everyone,I am using my MAc terminal to save a databricks primary key using a specific scope and secret.Now everything runs smoothly ! except when I get to the step where I generate a secret. Problem is that my primary key is for example "test12...
BackgroundI'm implementing a production MLOps pipeline for part classification using Databricks AutoML. My pipeline automatically retrains models when new data arrives and compares performance with existing production models.The ChallengeI've encount...
Greetings dear community,I am using AutoML for the first time ands was wondering whether it is possible to have early stopping or incorporate any approach in my code to make the training of a model stop when the performance plateaus. Early stopping i...
Hello Community,I am using AutoML on my AutoML enabled cluster and have a service principle. Here is the code features_for_split = df.drop(columns=['cae_type', 'id']).select_dtypes(include=[np.number]) target_for_split = df['cae_type'] # Use same ra...
Kudos from
Kudos given to