📉 AI in Finance ≠ just stock prediction.
Built an Enterprise Credit Risk Engine 🏦:
✅ XGBoost for high recall
✅ SHAP for explainability
✅ FastAPI + Docker for scale
✅ Macro‑layer with NIFTY & rates
Transparency > Accuracy. 🚀
#AI#FinTech
🛑 Stop obsessing over the Model.
🧼 Start obsessing over Preprocessing.
My ML accuracy jumped after:
1️⃣ Handling NA values
2️⃣ Removing Outliers
3️⃣ Feature Scaling
Respect the data → better predictions.
🗺 Progress: 65% | 📂Repo in comments
#AI#ML#Python#DataScience
Data Analysis = rearview.
Machine Learning = windshield 🏎️💨.
Wrapped Model Building milestone:
🔹 Features > Models
🔹 Clean Data > Algorithms
📂 Projects: Churn & Car Pricing
🗺 Status: ML Core ✅
#AI#ML#Python#BuildInPublic
📈 Stats course ✅
Realized every AI “engineering” problem = math problem.
Cosine similarity → geometry
Confidence scores → probability
Agents → logic optimization
AI engineering = math + code.
Now, back to building 🚀
#MathForAI#BuildInPublic
Stop celebrating Accuracy on imbalanced datasets.🛑
In Churn Prediction, "Accuracy" is a vanity metric.
• Accuracy= How often you are right.
• Recall= How often you catch the target.
If you miss the churn, 99% accuracy is useless.
I optimized for Recall.📉
#DataScience#AI
Unpopular opinion:
No need to master 100% of SQL.
Just master the 20% that cleans data for models.
• GROUP BY + HAVING → Feature Engineering
• LEFT JOIN → Data Enrichment
• CASE WHEN → Categorical Encoding
If you can’t query it, you can’t model it. 📊
#SQL#AI
🚀 Built my first Multi‑Agent System with @crewAIInc
4 agents running a FinTech marketing agency:
🎯 Strategy | 🔍 Research | 🎥 Scripts | ✍️ Blogs
No human in the loop.
Agentic workflows > chatbots.
Code in comments 👇
#AI#Python#CrewAI#BuildInPublic