November 2023 Summaries
2 posts from Aporia
Filter
Month:
Year:
Post Summaries
Back to Blog
Fraud detection is a prevalent use case for machine learning (ML). In this tutorial, we will build an end-to-end ML pipeline using Snowflake's Snowpark and Aporia. We will train and evaluate models to detect fraudulent activities effectively. The key steps involved in the process include data understanding, data preparation, model training, evaluation, and deployment. While modeling is not the most time-consuming step, it is crucial to optimize the ML pipeline for efficiency. Tools like LightGBM and Optuna can significantly reduce the time spent on hyperparameter search and improve overall performance. By leveraging these tools and following best practices, we can create robust and efficient fraud detection systems using machine learning.
Nov 26, 2023
1,541 words in the original blog post.
Model monitoring is an essential part of the machine learning lifecycle, ensuring that models function correctly and efficiently. Recently, at MLOps World in Austin, discussions revolved around innovative LLM techniques such as transforming embedding spaces and using logit_bias for classification problems. However, challenges remain, including fine-tuning cycles, LLM evaluation, and ensuring context-derived responses. Despite these obstacles, the field of machine learning continues to evolve with new solutions emerging to tackle these issues.
Nov 05, 2023
415 words in the original blog post.