اعتماد به نفس زیاد (اعتماد به سقف!) (Over Confidence) توهم اطلاعات بیش از حد دقیق. Over Precession . مثل استفاده از میانگین بدون در نظر گرفتن واریانس توهم برآورد بیش از حد Over Estimationتوهم بهتر بودن از بقیه. مثبت دیدن توانایی هامدت زمان انجام پروژه کوتاهتر در نظر گرفتهمیشود. خطای لنگر گیری (Anchoring) تصمیمات متوالی،… Continue reading خلاصه خطاهای سوگیری
Category: آمار
Get value from next row in pandas dataframe
use the Shift() function with groupby!
آیا بین یک متغییر و متغییر دیگر رابطه معناداری (همبستگی) وجود دارد؟
آیا بین میزان تخفیف و فروش روزانه در فلان بیزینس رابطه ای وجود داره؟ اگر آری رابطه چه مدلی هست؟ ازینجا یه مقدار و یه مقدارم PDF منظورم از مدل این است که ایا رابطه مثبت است یا منفی (یعنی اگر مثلا تخفیف رفت بالا فروش بره بالا که میشه مثبت یا برعکس میشه منفی)… Continue reading آیا بین یک متغییر و متغییر دیگر رابطه معناداری (همبستگی) وجود دارد؟
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
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
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
تشخیص تقلب با تحلیل رفتار
در این مقاله روش تشخیص تقلب یا بهتر بگم تشخیص رفتار نامتعارف با تحلیل داده رو با کمک پایتون (Python) توضیح میدم. برای این منظور از مثال تقلب فروشندگان در یک وبگاه بازار آنلاین (Market place) استفاده میکنم. فرض کنیم در این وبگاه، یک عده فروشنده هستند و مشتری بعد از اینکه محصولات یا خدماتشون… Continue reading تشخیص تقلب با تحلیل رفتار
Multiple Linear Regression
from here We just performed linear regression in the above section involving two variables. Almost all the real-world problems that you are going to encounter will have more than two variables. Linear regression involving multiple variables is called “multiple linear regression” or multivariate linear regression. The steps to perform multiple linear regression are almost similar… Continue reading Multiple Linear Regression
A beginner’s guide to Linear Regression in Python with Scikit-Learn
from here There are two types of supervised machine learning algorithms: Regression and classification. The former predicts continuous value outputs while the latter predicts discrete outputs. For instance, predicting the price of a house in dollars is a regression problem whereas predicting whether a tumor is malignant or benign is a classification problem. In this… Continue reading A beginner’s guide to Linear Regression in Python with Scikit-Learn
time
سال ماه شمسی از میلادی ماه میلادی 1398 فروردین 01/01/1398 2019-03-21 March 1398 اردیبهشت 01/02/1398 2019-04-21 April 1398 خرداد 01/03/1398 2019-05-22 May 1398 تیر 01/04/1398 2019-06-22 June 1398 مرداد 01/05/1398 2019-07-23 July 1398 شهریور 01/06/1398 2019-08-23 August 1398 مهر 01/07/1398 2019-09-23 September 1398 آبان 01/08/1398 2019-10-23 October 1398 آذر 01/09/1398 2019-11-22 November 1398 دی 01/10/1398… Continue reading time