Public Sector

We've had the pleasure of working with UK and overseas central and local government departments, including Healthcare (NHS and Foundation Trusts), Defence, Education (Universities and colleges), many of the main Civil Service departments, Emergency Services; also public-owned corporations including the BBC, Bank of England, Ordnance Survey, and regulatory bodies such as Ofgem.

We are registered on Crown Commercial Service’s (CCS) Dynamic Purchasing System (RM6219 Training and Learning) and also with numerous tender portals such as Ariba, Coupa and Delta E-Sourcing.

Read more...

Graduate Training Schemes

Framework Training has a strong track record of providing a solid introduction into the working world for technical graduates across myriad industries. We provide the opportunity to learn and gain valuable hands-on experience in a supportive, friendly and sociable training environment.

Attract & retain the brightest new starters

We know it is vital for our clients to invest in the future of their talented grads; not only to provide them with high-quality, professional training essential for their roles, but to embed them within the organisation’s culture and guide them on the right path to a successful career.

After all, your new hires could well be the next leaders and their creative ideas and unique insights are invaluable to your business.

Read more ...

Learning & Development

Our unique portfolio of high-quality technical courses and training programmes are industry-respected. They’re carefully designed so that delegates can seamlessly apply what they’ve learnt back in the workplace. Our team of domain experts, trainers, and support teams know our field — and all things tech — inside out, and we work hard to keep ourselves up to speed with the latest innovations. 

We’re proud to develop and deliver innovative learning solutions that actually work and make a tangible difference to your people and your business, driving through positive lasting change. Our training courses and programmes are human-centred. Everything we do is underpinned by our commitment to continuous improvement and learning and generally making things much better.

Read more...

Corporate & Volume Pricing

Whether you are looking to book multiple places on public scheduled courses (attended remotely or in our training centres in London) or planning private courses for a team within your organisation, we will be happy to discuss preferential pricing which maximise your staff education budget.

Enquire today about:

  • Training programme pricing models  

  • Multi-course voucher schemes

Read more...

Custom Learning Paths

We understand that your team training needs don't always fit into a "one size fits all" mould, and we're very happy to explore ways in which we can tailor a bespoke learning path to fit your learning needs.

Find out about how we can customise everything from short overviews, intensive workshops, and wider training programmes that give you coverage of the most relevant topics based on what your staff need to excel in their roles.

Read more...

Snowflake for AI & Machine Learning: a Data Science workshop

Accelerate the ML lifecycle: explore Snowpark, Python, and UDFs to build, train, and deploy models natively in Snowflake.

About the course

This two-day, hands-on workshop focuses on leveraging Snowflake's native capabilities for end-to-end AI and Machine Learning workflows. Designed for data professionals, the course moves beyond basic SQL to immerse you in Snowpark, Snowflake's powerful development framework that allows you to write and execute Python, Scala, and Java code directly within the data cloud.

You will learn to manage large-scale data preparation using User-Defined Functions (UDFs), train models using familiar Python libraries like scikit-learn, and deploy them as secure, scalable User-Defined Functions (UDFs) and Stored Procedures for real-time inference.

You will receive practial guidance to eliminate data movement and maximize performance for your ML initiatives.

Instructor-led online and in-house face-to-face options are available - as part of a wider customised training programme, or as a standalone workshop, on-site at your offices or at one of many flexible meeting spaces in the UK and around the World.

    • Master Snowpark: Write and execute Python code natively within Snowflake using the Snowpark API to leverage its distributed computing power.
    • Streamline Data Prep: Use Snowpark DataFrames to efficiently clean, engineer features, and transform data at scale without exporting data.
    • Build In-Database Logic: Develop scalable User-Defined Functions (UDFs) and Stored Procedures using Python to contain all ML logic within Snowflake.
    • Train and Evaluate Models: Utilize external ML libraries (via Snowpark's package management) to train models directly on Snowflake data.
    • Deploy for Inference: Deploy trained models as secure, highly performant UDFs for real-time batch and row-level scoring.
    • Manage Dependencies: Handle third-party Python libraries and package management efficiently within the Snowpark environment.
  • This course is ideal for Data Scientists, ML Engineers, Data Analysts, and Database Developers who have hands-on experience with Python and SQL and want to leverage the speed and scalability of Snowflake for their predictive modeling projects.

  • To gain maximum benefit from this workshop, delegates should have attended our Python Programming training and SQL training courses, or have equivalent experience:

    • Proficiency in SQL.

    • Working knowledge of Python (including pandas/scikit-learn concepts).

    • Basic familiarity with the Snowflake environment (console, tables, warehouses).

    We can customise this training to match your team's experience and needs - with more time and coverage of fundamentals for newer data analysts, for instance.

  • This Snowflake course is available for private / custom delivery for your team - as an in-house face-to-face workshop at your location of choice, or as online instructor-led training via MS Teams (or your own preferred platform).

    Get in touch to find out how we can deliver tailored training which focuses on your project requirements and learning goals.

  • Introduction to Snowflake for ML

    • Review of Snowflake's architecture: Compute (Warehouses) and Storage.

    • The challenge of data movement in traditional ML pipelines.

    • Introducing Snowpark: The developer framework for in-database programming.

    • Setting up the Snowpark environment and Python client.

    Snowpark DataFrames

    • Moving beyond SQL: Using Snowpark DataFrames (the Pandas analogue).

    • Lazy evaluation and query optimization in Snowpark.

    • Loading data from Snowflake tables into DataFrames.

    • Hands-on Lab: Data exploration and basic statistical analysis using Snowpark.

    Advanced Data Transformation

    • Data cleaning and feature engineering techniques using Snowpark functions.

    • Handling categorical data and implementing one-hot encoding.

    • Implementing complex window functions and joins entirely within Snowpark.

    • Hands-on Lab: Preparing a feature set for an ML model using distributed Snowpark operations.

    User-Defined Functions (UDFs)

    • What are UDFs and their role in embedding custom Python logic?

    • Creating Scalar UDFs for row-level transformations.

    • Creating Vectorized UDFs (using Pandas for batch processing) for performance.

    • Hands-on Lab: Deploying a simple Python UDF to perform a custom feature calculation.

    Training Models with Snowpark

    • Managing third-party library dependencies (e.g., scikit-learn, joblib).

    • Integrating models: Loading the prepared Snowpark DataFrames into scikit-learn.

    • Training a classification or regression model (e.g., Logistic Regression) directly on Snowflake data.

    • Hands-on Lab: Training, evaluating, and persisting a model object in internal Snowflake stages.

    Model Deployment for Inference

    • The gold standard: Deploying the trained model as a Python UDF or Stored Procedure for scoring.

    • Writing a prediction UDF that loads the persisted model object from a stage.

    • Real-time and batch inference strategies.

    • Hands-on Lab: Creating a scoring UDF and running it across a large Snowflake table for batch predictions.

    Stored Procedures and ML Pipeline Orchestration

    • Using Stored Procedures to orchestrate complex, multi-step ML pipelines (data prep, training, deployment).

    • Scheduling stored procedures for automated re-training.

    • Error handling and logging best practices within Snowpark.

    Governance and Best Practices

    • Introduction to Streamlit in Snowflake for building simple ML application frontends.

    • Cost management and optimizing warehouse size for ML workloads.

    • Data Governance: Securing UDFs and Stored Procedures with permissions and roles.

  • Core Snowpark and Python Resources

    Application and Ecosystem Tools

    Development Environment

Trusted by

University of Oxford logo / crest CERN organisation logo CAPITA company logo AMEC company logo

Public Courses Dates and Rates

Please get in touch for pricing and availability.

Related courses