正在加载视频...

视频加载失败

Big step forward for root cause analysis in real-world applications! There’s a new method that will help identify the causes of a problem or event. It uses causal discovery, boosting trees together with TDA. This is crucial to enable root cause analysis in tasks like the following: • Fraud...

234,763 次观看 • 2 年前 •via X (Twitter)

10 条评论

Konrad Banachewicz 的头像
Konrad Banachewicz2 年前

TDA is hot again - that's one comeback I was not expecting. Played with it 8 years back or so, left me a bit meh. Need to revisit.

Santiago 的头像
Santiago2 年前

Everything old is new again

Gabriel Petrescu 的头像
Gabriel Petrescu1 年前

Fantastic work! Integrating boosting trees with Topological Data Analysis is a brilliant approach. It's exciting to see such innovative methods. Congrats. 👏

Munsif 的头像
Munsif2 年前

Interesting

Santiago 的头像
Santiago2 年前

Definitely! The article goes into a lot of detail of what you can do with this.

Travis Collins 的头像
Travis Collins2 年前

These charts are rarely helpful in the moment. The main problem being you have to have preconfigured the causal relationships (no way to auto discover relationships in a broken system). This kind of eye candy sells well, but rarely performs.

Haider. 的头像
Haider.2 年前

It's very impressive. This could be a game changing for a data analysis and for a complex systems.

Gizem❄️☃️ 的头像
Gizem❄️☃️2 年前

Root cause analysis plays a pivotal role in aviation. You can frequently encounter in the Air Crash Investigation documentary.

Deisbel (Sr. Software Developer) 的头像
Deisbel (Sr. Software Developer)2 年前

In Customer behavior analysis, Can I analyze if I'm gaining or losing clients due to particular variables like "home's year", "city", "technicians I have working on their area", etc? This question is for a home services company.

Santiago 的头像
Santiago2 年前

Yes you can.

相关视频

Today, we’re pushing a major update to Edison Analysis, our data analysis agent, which is tuned for scientific research and SOTA across data analysis benchmarks. In contrast to Kosmos, which runs for 6-12 hours and produces tens of thousands of lines of code, Edison Analysis runs for seconds to minutes and is best for specific, well-defined computational tasks. It is available both on our platform under the Analysis tab, and via API, and costs only one credit per run, so it is available to users on both free and paid tiers. Edison Analysis is a modified version of the data analysis agent Kosmos uses in its trajectories. Try it out! One of the most important improvements over our previous data analysis agents has been the addition of a specialized data retrieval tool. Edison Analysis can either use this tool to access data, or can pull data down directly via API. To evaluate this tool, we ranked the most commonly used public data repositories across recent papers from BioRxiv, and created a new benchmark that measures the ability of a language agent system to retrieve raw data from those sources. Edison Analysis gets 71% on this benchmark, and we’ll be working to increase this over time. You can read more about our benchmarks in the our blog post, link below. Some features worth highlighting: 1. Edison Analysis produces a report on the analysis it runs, along with a Jupyter notebook that you can download to reproduce the analysis yourself. Every figure it produces is linked back to the specific lines of code used to produce the figure, to make it easy to reproduce. 2. It works well with both Python and R. 3. One of the best uses for Edison Analysis is to use it to retrieve datasets that you can then analyze with Kosmos. We have a bunch of major improvements to Edison Analysis coming in the next few months that we’re excited to share. In the meantime, congratulations to the team, especially Ludovico Mitchener, Jon Laurent, Conor Igoe , Alex Andonian, and many more.

Sam Rodriques

61,760 次观看 • 6 个月前

Major program launch: Data Analytics Professional Certificate! This large, five-course sequence takes you all the way to being job-ready as a data analyst, and shows how to use Generative AI as a thought partner to enhance your work in this role. Offered by on Coursera, this is taught by Sean Barnes, Ph.D., a Data Science & Engineering Leader at Netflix. Analyzing data remains one of the most important skills in where the world is going with AI. This comprehensive certificate takes you all the way to being job-ready. Each course comes with practical projects demonstrated in real-world contexts, such as analyzing sales data for a Korean bakery, video game sales trends across different regions, or identifying factors impacting customer retention for a communications company. You'll also work on estimating fire distribution for forest fire prevention, analyzing how a diamond's properties affect its market value, and developing predictive models for retail sales analysis, carbon emissions, and coral reef conservation. Here's some of what you'll learn: - How to define data and categorize it into its many types such as discrete & continuous numerical, structured & unstructured, time series, categorical, and know what insights can be derived from the different types of data categories. - How to differentiate between data-related job roles and their responsibilities, and how data flows through an organization from the moment of capture to decision-making. - How to perform data processing functions and apply conditional formatting in spreadsheets to extract business value from your data using statistical calculations and best practices for visualizing and interpreting data. - How to use LLMs for stakeholder analysis, data exploration, and data visualization. - Best practices for using LLMs for as a thought partner to data analysis work By the end of this professional certificate program, you will have learned core statistical concepts, analysis techniques, and visualization methodologies that will serve as the foundation for working as a data analyst. The world needs more data analysts, especially ones who know how to use modern generative AI. With data science roles projected to grow 36% by 2033, the skills taught in this program create new professional opportunities in data. Sign up here!

Andrew Ng

84,686 次观看 • 1 年前

I miss building simple, working software. At some point, we decided to complicate everything for no reason. Today, people can't build anything without using three frameworks, 17 libraries, and a swarm of microservices. And here is a funny paradox: To understand how these complex systems work, we've had to build systems and tools that generate data we can later analyze. But the more data we produce, the harder it is to process and make sense of it. We are in the middle of an observability crisis. The tools we have are inefficient, and we don't have enough people to keep systems running. A few weeks ago, I met the team Resolve AI, and they have built a fundamentally new approach to observability and incident management: Instead of depending on humans to run a system, Resolve built a Production Software Engineer who runs the system using AI while letting people supervise. And it's not only crazy, but I think this will fundamentally change how we monitor and maintain systems in production for years to come. I recorded a quick video to showcase a simple example of how Resolve works behind the scenes. There are two main things I'd like you to notice: 1. The tool can correlate data across logs, metrics, and traces coming from different systems. You don't have to do any work to get the information that matters right in front of you. 2. (This is the big one!) The tool can diagnose what's happening and give you instructions on how to solve it. It can produce causal relationships across the entire system stack. Resolve is backed by investors like Replit's founder Amjad Masad, Reid Hoffman, Jeff Dean, Fei Fei Li, Andy Price, among others. They are currently working with a select number of companies and want to onboard a few more. If you are interested in trying them out, go to this link: Honestly, this is one of the most impressive uses of AI I've seen.

Santiago

82,059 次观看 • 1 年前

Data teams spend weeks on simple requests. (This AI answers them in minutes.) Most data analysis is repetitive manual tasks. Data teams spend more time on setup than actual analysis. The workflow usually looks like this: → Run some exploratory data analysis in a local Jupyter notebook or environment → Pull data from multiple disconnected sources → Write code from scratch for every analysis → Export static charts that stakeholders can't explore (or wrestle with legacy BI to create a dashboard) → Manually send updates via email or Slack when data changes → Start over for each new request Most teams accept this as "how data analysis works." While business decisions wait for insights. That's where Fabi changes the entire approach. It's a powerful, AI-native platform built for teams that want to boost productivity and supercharge their data workflows. Instead of working on separate tools and manual processes, you collaborate on analysis that automatically delivers insights where teams work. Here's what makes Fabi different: AI-Native Analysis Environment ↳ SQL and Python work together with AI assistance that handles coding and debugging automatically. Smart Automation Workflows ↳ Automatically send AI-powered reports and summaries right where business works in Slack, email, and spreadsheets. Universal Data Integration ↳ Analyze data from files, Google Sheets, Airtable, plus your data warehouse and databases in one place. Collaborative Data Apps ↳ Create interactive dashboards that stakeholders can explore and ask follow-up questions directly. What you can do with Fabi that legacy BI can't: ➟ Send AI-generated insights directly to Slack channels ➟ Automatically email data summaries to stakeholders ➟ Analyze uploaded files without complex ETL processes ➟ Collaborate on analysis like Google Docs for data ➟ Build workflows that push insights to spreadsheets Perfect for teams that want to move beyond the constraints of legacy and increase their impact. Teams using Fabi see immediate results: ✓ Insights delivered in minutes instead of days ✓ Reduced context switching between tools ✓ Stakeholders explore data independently ✓ Workflows automated to save hours of manual work From analysis to automated delivery - all in one AI-native environment. 📌 Try Fabi today: 👉 Follow Fabi.ai and marc for Fabi updates. 🔄 Repost to help other teams streamline data analysis #DataAnalysis #ModernBI #DataOps #InteractiveDashboards #FabiPartnership #SponsoredByFabi

Andrew Bolis

36,504 次观看 • 9 个月前

How to Create a Professional Data Analysis Report—Even If You’re Not a Data Specialist Today on Agent 101—MuleRun’s first review series where real users test AI agents in real work scenarios—we introduce “Smart Q,” a data analysis expert agent designed to turn anyone into a data-savvy reporter. 1. Team Expertise Smart Q was developed by a team with over 10 years of data analysis experience at a giant corporation. This background ensures that the agent delivers insights and reports that meet professional standards. 2. The Traditional Approach & Its Pain Points Traditionally, creating a data analysis report required deep expertise in tools like Excel, SQL, or Python. You’d need to clean the data, run calculations, generate visualizations, and summarize findings—all of which is time-consuming and prone to human error. For non-specialists, this process is often inaccessible and intimidating. 3. How Smart Q Uses AI—and What Problems It Solves With Smart Q, the entire reporting process is simplified into three steps: upload your raw data, ask a question, and receive charts, key insights, and a polished report—all generated by AI expert. Its key advantages include: ✅Accessibility:No technical background required. ✅Speed:Get a complete analysis in minutes, not hours. ✅Clarity:Receive expert-level conclusions presented in clear, actionable language. Want to become a tester for future AI agents? Engage with this video—comment, like, or share—and we’ll be sure to notice your support! 🎥 See Smart Q in action. #mulerun #mulerun4U #SmartQ

MuleRun

30,549 次观看 • 7 个月前