March 2022 Summaries
4 posts from Arize
Filter
Month:
Year:
Post Summaries
Back to Blog
The text introduces Arize's ML Performance Tracing and highlights its benefits in enabling ML performance monitoring. It discusses how monitoring alone is not enough to resolve issues, and the need for full-stack observability with ML performance tracing. This helps detect and address problems before they significantly impact the company. The text also refers to a previous series on the evolution of ML troubleshooting, transitioning from no monitoring to monitoring, and now focusing on full stack ML observability.
Mar 29, 2022
197 words in the original blog post.
Doris Lee, CEO and co-founder of Ponder, has recently secured $7 million in seed funding led by Lightspeed Venture Partners. The company aims to improve the usability and scalability of data science tools at scale. Ponder's founding team has made significant contributions to the open source community, including developing Lux, a visualization tool that automatically finds and displays insights from Pandas DataFrames. Another key project is Modin, which offers a more scalable version of Pandas without requiring users to change their code. The company focuses on making data science tools more accessible for professionals who are already familiar with Pandas, helping them scale up their analysis without needing to learn new frameworks or platforms.
Mar 17, 2022
1,787 words in the original blog post.
Model bias, a systematic error from erroneous assumptions in machine learning algorithms, is a significant concern for AI developers and organizations using ML technology. It can lead to poor customer experience, profitability loss, or even fatal misdiagnoses if not addressed. To prevent biases at various stages of the machine learning pipeline, it's crucial to identify, assess, and address potential biases that may impact outcomes. Techniques for detecting and avoiding biases include data collection, pre-processing, feature engineering, data split/selection, model training, and model validation. By implementing best practices and using relevant examples at each stage of the pipeline, machine learning practitioners can reduce bias in their models and ensure more accurate predictions.
Mar 15, 2022
4,365 words in the original blog post.
Flávio Clésio is a data and machine learning (ML) engineer based in Berlin, working at Artsy where he deploys and maintains models that recommend artwork to users. He has been involved with ML operations (MLOps) for nearly a decade and currently works on models incorporating art-specific inputs such as period of creation, region, style, medium, and category. Clésio emphasizes the importance of balancing popularity effects in recommendation systems and measuring their impact on revenue. He also highlights the challenges faced when putting ML models into production, including data drift, privacy concerns, and regulatory issues. Clésio believes that MLOps is a response to the need for cross-functionality among data scientists, data analysts, and analytics engineers, and encourages those starting out in the industry to study software engineering practices.
Mar 09, 2022
1,505 words in the original blog post.