CRISP
Category: Buiness Analysis
خلاصه خطاهای سوگیری
اعتماد به نفس زیاد (اعتماد به سقف!) (Over Confidence) توهم اطلاعات بیش از حد دقیق. Over Precession . مثل استفاده از میانگین بدون در نظر گرفتن واریانس توهم برآورد بیش از حد Over Estimationتوهم بهتر بودن از بقیه. مثبت دیدن توانایی هامدت زمان انجام پروژه کوتاهتر در نظر گرفتهمیشود. خطای لنگر گیری (Anchoring) تصمیمات متوالی،… Continue reading خلاصه خطاهای سوگیری
Get value from next row in pandas dataframe
use the Shift() function with groupby!
10 Top Types of Data Analysis Methods
from Data is everywhere around us. A report shows that people, things, and organizations are generating 2.5 quintillion bytes of data each day. It is a staggering figure indeed, but there is a clear explanation for it. For example, you are not only reading this post right now but also leaving digital traces about your content interests… Continue reading 10 Top Types of Data Analysis Methods
5 ways to apply an IF condition in pandas DataFrame
from Need to apply an IF condition in Pandas DataFrame? If so, in this tutorial, you’ll see 5 different ways to apply such a condition. Specifically, you’ll see how to apply an IF condition for: Set of numbers Set of numbers and lambda Strings Strings and lambada OR condition Applying an IF condition in Pandas DataFrame… Continue reading 5 ways to apply an IF condition in pandas DataFrame
NPS : Net Promoter Score چیست و به چه کار آید؟!
NPS (Net Promoter Score) یکی از شاخص های کلیدی عملکرد در CRM است که به طور ویژهای مورد توجه متخصصان مدیریت ارتباط با مشتری قرار میگیرد. این شاخص به شکلی غیرمستقیم، رضایت و وفاداری مشتریان یک کسب و کار را میسنجد
Practical RFM analysis to increase repeat sales
from This method as the easiest way to visualize the behavior of the clients is important. Numbers mean nothing if they do not change our actions tomorrow.Twit it This time I will share with you the experience and tips how to benefit from RFM even without a three-year sales history. We provided the RFM… Continue reading Practical RFM analysis to increase repeat sales
pandas groupby
تفاوتهای ۵ تابع اصلی در پایتون پانداس در این پست با مثال توضیح داده شدهاند.
تفاوت Deploy و development چیست
در زبان انگلیسی: deploy is to prepare and arrange (usually military unit or units) for use while develop is to change with a specific direction, progress. خلاصه اینکه: Develop توسعه در یک زمینس. مثلا برای نرم افزار کد نویسی بدنه اصلی برای توسعه میشه develop. اما deploy گسترش و نظم دادنه. بیتشر نظامیه لغتش. مثلا شرکت رو گسترش… Continue reading تفاوت Deploy و development چیست
Anomaly Detection
Introduction: Anomaly Detection From Anomaly detection is a technique used to identify unusual patterns that do not conform to expected behavior, called outliers. It has many applications in business, from intrusion detection (identifying strange patterns in network traffic that could signal a hack) to system health monitoring (spotting a malignant tumor in an MRI scan),… Continue reading Anomaly Detection