머신러닝,딥러닝/numpy 강의&프리코스

week_0 pandas 작업하면서 참고한 사이트

mcdn 2022. 7. 18. 16:22
반응형

https://towardsdatascience.com/create-basic-graph-visualizations-with-seaborn-18f622012a5a

 

Create basic graph visualizations with SeaBorn

Basic But Powerful and Beautiful Graphing

towardsdatascience.com

 

https://seaborn.pydata.org/tutorial/function_overview.html

 

Overview of seaborn plotting functions — seaborn 0.11.2 documentation

In addition to the different modules, there is a cross-cutting classification of seaborn functions as “axes-level” or “figure-level”. The examples above are axes-level functions. They plot data onto a single matplotlib.pyplot.Axes object, which is

seaborn.pydata.org

 

https://trenton3983.github.io/files/titanic.html

 

Titanic Disaster: Survivability Parameters

Ordinary least squares (OLS) regression modeling has been used to determine which metric or combination of metrics provides the best prediction of survival. As can be determined by reviewing the coefficient of determination (R-squared), the individual mode

trenton3983.github.io

 

 

반응형