Hey everyone! đ I'm diving into this super exciting customer churn project and I could really use your expertise! đđ I'm still a newbie in the data science world, so I don't have all the answers yet. If you're in the same field and have any insigh
As I mentioned this is something which I started recently and yes handing data is tricky, not knowing what to use ? When to use? Is like stuck ina deadend. Getting the output without knowing the process is what the problem is.
Q to Founders.
How do you manage the multiple compliances that you have to deal with? Which agencies do you use?
What has rhe worst one in which you got stuck.
2 replies4 likes
Raman Bansal
Energy Follows Inten... â˘Â 1m
Wisdom is not only about acquiring knowledge, it is also knowing about what to keep and what to release.
Works Both waysđ
0 replies2 likes
Akash Kumar
Hey I am on Medial â˘Â 8m
Those who r follow nofab i know u all guy's knows the benefit very well, i genuinely knowing to all of them who wanna share it .
Plzz mentioned ur journey nd benefits below đ
0 replies3 likes
Yasir Alam
Android Developer â˘Â 12m
Question: What is the output of the following Kotlin code snippet?
fun main() {
val list = mutableListOf(1, 2, 3, 4, 5)
val result = list.fold(5) { acc, num -> acc * num }
println(result)
}