This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| scripting:python:datascience [2022/09/06 18:47] – external edit 127.0.0.1 | scripting:python:datascience [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| * [[https:// | * [[https:// | ||
| * Think_DSP book [[https:// | * Think_DSP book [[https:// | ||
| + | |||
| + | |||
| + | ---- | ||
| + | PANDAS (GENERAL) | ||
| + | \\ | ||
| + | * Also install these packages: seaborn, matplot, sklearn, scikit-learn | ||
| + | * Data can be introduced as csv, excel, json, flows.. Do '' | ||
| + | |||
| + | ---- | ||
| + | |||
| + | LINEAR REGRESSION (PANDAS) | ||
| + | \\ | ||
| + | [[https:// | ||
| + | \\ | ||
| + | * dependent var., independent var., intercept, coeficients and n (number of observations) | ||
| + | * In Python with: '' | ||
| + | |||