scripting:python:datascience
DATA SCIENCE
NUMPY AND PANDAS
- Think_DSP book https://greenteapress.com/thinkdsp/thinkdsp.pdf
PANDAS (GENERAL)
- Also install these packages: seaborn, matplot, sklearn, scikit-learn
- Data can be introduced as csv, excel, json, flows.. Do
pandas.read_+ tab to see all the options
LINEAR REGRESSION (PANDAS)
Link,
- dependent var., independent var., intercept, coeficients and n (number of observations)
- In Python with:
statsmodelsandscikit-learn
scripting/python/datascience.txt · Last modified: by 127.0.0.1
