Dev log
> Learnt mathematical transformation
Log,reciprocal,power,boxcox etc
> Done with day 1 and 2 of #TUFWinterArc by @takeUforward_
Cause I don't know that this arc or program is going on
>Doing DSA in cpp
أغلب خوارزميات #علم_البيانات و #الذكاء_الاصطناعي تفترض ان العينة جات من توزيع بيانات طبيعي " Normal distribution " وفي الواقع غالبًا البيانات الحقيقة ماتكون تحت هذا التوزيع❗️
طيب كيف نحل هالمشكلة ؟
هالمشكلة ممكن تنحل بخطوة بسيطة :
نستخدم (boxcox) الي موجود بمكتبة scipy، وراح يحول البيانات للتوزيع الطبيعي ✅💡
🚀Day 63 . The road to mastering #MachineLearning
I studied how to transform & standardize data using Scikit-Learn and numpy using techniques such as
-Log, Reciprocal, exponential, square root & BoxCox transformations
-RobustScaler
-MinMax Scaler
-Standard Scaler
#DataScientist
Day 33 of #66DaysOfData R3
- Learned about how to use the .apply() function to iterate through the DataFrame and how it is faster than .iterrows()!
- Learned that boxcox() function in scipy.stats is great to transform skewed data…lnkd.in/g8SGNNXHlnkd.in/g2T-aeBq
the fact that a guy with the last name cox teamed up with a guy with the last name box to come up with a data transformation and then named it boxcox... like holy fuck. camp.
#66daysofdata R2 D20: Really chill day, nearly done nothing. But I did more than 5 minutes :)
- Read about transformation - boxcox, power transformer, yeo-johnson - #sklearn has great documentation
- applied these on song popularity data
- 5 minutes of #mysql and @tableau
Introducing the new add-in for @IHSEViews: BOXCOX. This add-in can apply power transformations to the series of interest and provides alternative methods to estimate the optimal lambda parameter to be used in transformation:
#EViews#EViewsGuide#BOXCOXbit.ly/3cFnSoF
Normalize all your variables using boxcox and run two models, only with those continuous and other only with categorical. Use a mix of both, with all signficant p-values.