Scientific Method

Data Preprocessing

Feature Preprocessing

Model Building

Model Training

  • Train the model using the prepared data to learn patterns and make predictions.

Feature Importance: After training, analyze which features have the most significant impact on the model’s predictions.

Model Evaluation: Assess the model’s performance using various metrics to ensure it meets the desired accuracy and reliability.

Model Selection

  • Choose the best-performing model based on evaluation metrics and optimization results.
  • Cross Validation: Evaluate the model more robustly by splitting the training data into smaller chunks and training the model multiple times.

Model Optimisation

Model Refinement:

Model Deployment

  • Deploy the model into a production environment where it can be used.

Model Validation

Model Observability: Monitor the model’s performance over time.

Model Retraining: Retrain on new data.