Plotly Technologies Inc.
online analytics and data visualization toolwww.plotly.com
5
MENTIONS
5
EPISODES
3
PODCASTS
Search complete. 5 mentions across 5 episodes found for "Plotly Technologies Inc.".
Sep 17, 2026
564: Data Literacy in the AI Era
M
67:34Mike CarloHOST
But in that process, you need to come back with, hey, I learned this lesson.
M
67:38Mike CarloHOST
Hey, I built a Fabric app and it was totally using this D3.js stuff, but I was actually asking it to use Plotly and it broke here.
M
67:46Mike CarloHOST
And I burned a lot of tokens doing this thing and it didn't really work for me.
M
67:50Mike CarloHOST
i think a lot of this stuff is so new that we need a little bit of experimentation time with some experts of your organization or people that can handle this and have them come back with findings and reports and practices that work well for your organization and from those lessons then you start disseminating that knowledge into the rest of the team like hey when you're prompting about a fabric app We need a process to check it.
563: Fabric Apps Fit into the PBI World
M
31:04Mike CarloHOST
Like, how do I make this button consistent on all pages? To your point earlier, Kirk, it's wide open.
M
31:10Mike CarloHOST
You wanna use D3.js, you wanna use Plotly, you wanna use-
K
31:13Kurt BuhlerGUEST
No.
M
31:14Mike CarloHOST
Um-
561: Using AI for Data Viz
M
48:53Mike CarloHOST
And you can specify what kind of library you want.
M
48:58Mike CarloHOST
Do you want Plotly or do you want something else? How do you want it to build visuals for you inside that notebook.
M
49:07Mike CarloHOST
You're right.
M
49:07Mike CarloHOST
It's a lot more verbose on how to, and again, I'm not going to know all that.
Exploring Complex Systems & Maintainable Data Science Pipelines
C
35:49Christopher BaileyHOST
That's a, a library that's available there that can then be rendered statically.
C
35:54Christopher BaileyHOST
You can have interactive canvas or Three.js or Plotly widgets without a Marimo kernel.
C
36:00Christopher BaileyHOST
So it can be, again, on a static page.
C
36:02Christopher BaileyHOST
Static reactivity for discrete sliders.
Building an AI-Powered A2P SMS Fraud Detection Platform Using XGBoost: A Machine Learning Approach
A
2:50Artificial IntelligenceNARRATOR
Instead of asking, does this event violate a rule? The AI model asks, does this behavior look abnormal compared with historical patterns? Project architecture the platform was designed as an end-to-end fraud analytics solution.
A
3:03Artificial IntelligenceNARRATOR
Technology Stack Component Technology Programming Language Python Machine Learning XGBoost Data Processing Pandas NumPy Model Evaluation Scikit Learn Dashboard Streamlit Analytics Plotly Database SQLite API Layer Python REST Services Data Processing and Feature Engineering machine learning performance depends heavily on feature engineering telecom fraud is rarely identified from a single event the model analyzes behavioral relationships example feature categories traffic behavior sms volume message frequency traffic spikes destination distribution customer behavior account activity usage history transaction behavior network behavior routing patterns time based anomalies sender behavior these features transform raw telecom events into machine learning intelligence Why XGBoost was selected? The platform uses XGBoost as the primary fraud classification algorithm.
A
3:57Artificial IntelligenceNARRATOR
XGBoost was selected because telecom fraud datasets typically contain nonlinear relationships, complex behavioral patterns, noisy data, evolving attack methods.
A
4:08Artificial IntelligenceNARRATOR
The model works by sequentially improving predictions The simulation output confirms that XGBoost vastly outperformed Random Forest on this specific dataset across both accuracy and efficiency metrics.