VOCABULARY

AutoML

AutoML, short for Automated Machine Learning, refers to the automated process of end-to-end development of machine learning models. This includes tasks like data preprocessing, feature engineering, model selection, hyperparameter tuning, and model evaluation, all with minimal human intervention.

How AutoML Works

1. Data Preprocessing:

  1. Handling Missing Values: AutoML tools can automatically detect and handle missing data, using strategies like mean imputation, median imputation, or more advanced techniques.
  2. Feature Scaling: AutoML can identify the need for scaling or normalization and apply methods like Min-Max Scaling, Standardization, etc.
  3. Encoding Categorical Features: Automatically convert categorical data into a format suitable for machine learning, using techniques like one-hot encoding or label encoding.

2. Feature Engineering & Selection:

  1. Feature Generation: Create new features based on existing ones, which might capture additional patterns in the data.
  2. Feature Selection: Identify and retain only the most informative features for modeling, helping in reducing dimensionality and improving model performance.

3. Model Selection:

  1. AutoML tools typically have a library of algorithms (e.g., decision trees, neural networks, SVMs) and can automatically select the best-suited model for the given dataset and problem type (classification, regression, etc.).

4. Hyperparameter Tuning:

  1. Traditional machine learning involves manual or grid-search-based hyperparameter tuning. AutoML automates this using methods like Bayesian Optimization, Random Search, or Genetic Algorithms to find the optimal hyperparameters for the model.

5. Model Evaluation & Deployment:

  1. Evaluate the performance of models using various metrics suitable for the task (e.g., accuracy, F1-score, RMSE).
  2. Some AutoML tools also facilitate the deployment of the trained model, making it ready for predictions in production environments.

6. Ensembling:

  1. AutoML solutions can automatically create ensembles of multiple models, combining their predictions for better accuracy. Methods like stacking, bagging, or boosting can be employed.
Lakera LLM Security Playbook
Learn how to protect against the most common LLM vulnerabilities

Download this guide to delve into the most common LLM security risks and ways to mitigate them.

Related terms
Activate
untouchable mode.
Get started for free.

Lakera Guard protects your LLM applications from cybersecurity risks with a single line of code. Get started in minutes. Become stronger every day.

Join our Slack Community.

Several people are typing about AI/ML security. 
Come join us and 1000+ others in a chat that’s thoroughly SFW.