Seaborn lmplot | Comparing lmplot vs regplot and using the Seaborn lmplot hue and FacetGrid

  Рет қаралды 9,164

Kimberly Fessel

Kimberly Fessel

Күн бұрын

Пікірлер: 37
@BarunHazary
@BarunHazary 9 ай бұрын
was working on Seaborn, watched couple of your videos and I find them the most logical and useful
@KimberlyFessel
@KimberlyFessel 9 ай бұрын
So glad to hear that! Seaborn is great 😁
@specificpigeon3945
@specificpigeon3945 Ай бұрын
Amazing video!! You explained everything so clearly, thank you so much!
@KimberlyFessel
@KimberlyFessel Ай бұрын
Most welcome! Glad to hear it helped! 😊
@t-m5678
@t-m5678 3 жыл бұрын
Great video. I've always ignored lmplot. Now I see how useful it is. I'll start using it. Thanks.
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Right? Honestly, I was in the same boat. Didn't really use it much. But there are so many options! Have really be loving demoing the FacetGrid-based plots lately. Good stuff!
@khernandez225
@khernandez225 Жыл бұрын
Thanks a lot for this Kimberley. I am new to data science and your videos are helping me understand creating graphs and plots on a whole other level. I have a question. Is there a way to include the value for the correlation coefficient in the plot?
@vitorribeirosa
@vitorribeirosa 2 жыл бұрын
Amazing. Thanks for your video!!!
@lade_edal
@lade_edal 3 жыл бұрын
Amazing. Thank you, Kim.
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
👋 😄 -- Most welcome!
@johnbainbridge1931
@johnbainbridge1931 Жыл бұрын
Hi Kimberly, fantastic. Quick question on the idea of splitting the plot into multiple plots, one per category. Your example had just 3 categories. I was usung a category variable from my dataset that had 6 (still not massive, right?), however these 6 small plots really were too tiny. Is there a simple way to max the output to two or three lmplots per line? Subplots?
@johnbainbridge1931
@johnbainbridge1931 Жыл бұрын
ok i think i may have found it with a bit of help from OpenAI grid = sns.FacetGrid(housing_df, col='SaleCondition', hue='SaleCondition', col_wrap=3) grid.map(sns.regplot, 'GrLivArea', 'SalePrice') What do you think?
@KimberlyFessel
@KimberlyFessel Жыл бұрын
@@johnbainbridge1931 Yes, that's right - use "col_wrap" to wrap your columns around to the next line :)
@swarnendusekharghosh9539
@swarnendusekharghosh9539 2 жыл бұрын
Mam thank you so much for the video. I had a query of my own which I would like to ask you, when utilizing Gaussian Process Regression, I am obtaining the mean estimate along with their standard deviations from the posterior predictive distribution. How can I plot each mean(point) estimate along with their Confidence Interval (CI), can you kindly help?
@no55693
@no55693 Жыл бұрын
thank you for your good video!. I have one question, do you know it is possible to change hue color and order ? I mean that the default would be alphabetical, but can it be changed to any order?
@KimberlyFessel
@KimberlyFessel Жыл бұрын
Hi there - yes, you can update the palette option to change the colors and pass a list to hue_order to specify the order of your choice!
@perryliu6573
@perryliu6573 3 жыл бұрын
Thanks, Coach!
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Go, Team! 😄🎉
@Star_Bawa9
@Star_Bawa9 2 жыл бұрын
Uhh I am a beginner ANd I have a question ..Are these Regression plotted Correctly ?? Means We do not have to create a seperate model for the Linear Regression
@lucapassani1129
@lucapassani1129 3 жыл бұрын
You rock!
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Hey -- thanks so much! 👍
@f4edu56
@f4edu56 3 жыл бұрын
I did it! I plotted a logistic regression. But I got some trouble when I tried to make it two columns. Can you help me ma'am what should I do?
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Awesome! Glad to hear that worked. What happens when you try to make two columns? Are you passing in a categorical column into the "col" argument, for example, a column that has two string categories like ["a", "b", "a", "a", "b", ...]?
@f4edu56
@f4edu56 3 жыл бұрын
@@KimberlyFessel sns.lmplot(x=['Allowance','Grades'], y='Remarks', data=df, logistic=True, n_boot=100) plt.show()
@f4edu56
@f4edu56 3 жыл бұрын
I can't plot two columns . Please ma'am help. Thank you so much!
@f4edu56
@f4edu56 3 жыл бұрын
What I did was , I have multiple x, I mean multiple columns for x
@kibetwalter8528
@kibetwalter8528 3 жыл бұрын
Thank you
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Most welcome!
@izaiasdesouzasilva2885
@izaiasdesouzasilva2885 3 жыл бұрын
Great! Thanks!
@mohammed_Ansar
@mohammed_Ansar 3 жыл бұрын
amazing mam...
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
So glad you enjoyed it! 😊
@annkuruvilla1996
@annkuruvilla1996 3 жыл бұрын
Thankyou Mam
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Most welcome - cheers!
@francismmiranda
@francismmiranda 3 жыл бұрын
Thanks!!!!!
@KimberlyFessel
@KimberlyFessel 3 жыл бұрын
Most welcome!! 😄
@tiagomonteiro1414
@tiagomonteiro1414 3 жыл бұрын
Thank you
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 46 МЛН
2 MAGIC SECRETS @denismagicshow @roman_magic
00:32
MasomkaMagic
Рет қаралды 37 МЛН
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 128 МЛН
Lmplot - Seaborn
12:06
Data Talks
Рет қаралды 8 М.
🚨 YOU'RE VISUALIZING YOUR DATA WRONG. And Here's Why...
17:11
Adam Finer - Learn BI Online
Рет қаралды 235 М.
Introduction to Dash Plotly - Data Visualization in Python
29:21
Charming Data
Рет қаралды 800 М.