• Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar

Python and R Tips

Learn Data Science with Python and R

  • Home
  • Python
  • Pandas
    • Pandas 101
  • tidyverse
    • tidyverse 101
  • R
  • Linux
  • About
    • Privacy Policy

Introduction to Canonical Correlation Analysis (CCA) in Python

December 25, 2020 by cmdlinetips

CCA Plot: Scatter plot first pair of canonical covariate

Increasingly, we have multiple high dimensional datasets from from the same samples. Canonical Correlation Analysis aka CCA is great for scenarios where you two high dimensional datasets from the same samples and it enables learning looking at the datasets simultaneously. A classic example is audio and video datasets from the same individuals. One can also […]

Filed Under: Canonical Correlation Analysis in Python, Python Tagged With: Canonical Correlation Analysis, Python

How To Code a Character Variable into Integer in Pandas

December 14, 2020 by cmdlinetips

How to Code Character Variable as Integers with Pandas?

Often while working with a Pandas dataframe containing variables of different datatypes, one might want to convert a specific character/string/Categorical variable into a numerical variable. One of the uses of such conversion is that it enables us to quickly perform correlative analysis. In this post, we will see multiple examples of converting character variable into […]

Filed Under: Pandas 101, Python Tagged With: Pandas 101, Pandas character to integer, Python

Introduction to Canonical Correlation Analysis (CCA) in R

December 13, 2020 by cmdlinetips

CCA Plot: Scatter plot first pair of canonical covariate

Canonical Correlation Analysis or CCA is a dimensionality reduction technique like Principal Component Analysis (PCA) or SVD. PCA/SVD aims to find the directions or projections that account for most of of the observed variance in a single high-dimensional data. In comparison, CCA deals with two high dimensional datasets and aims to find directions or projections […]

Filed Under: Canonical Correlation Analysis, CCA in R, R Tagged With: Canonical Correlation Analysis in R, CCA Example in R

Book Review: Learn Coding Basics with Python for Kids

December 12, 2020 by cmdlinetips

Book Review: Learn Coding Basics with Python

Recently I have been on the look out for buying a book or two for learning to code in Python, but for kids age 10 and above. Definitely there are a few options out there, but it was not easy to come up with a book to start with. Here is a bit of background. […]

Filed Under: Book Review, Learn Coding Basics With Python, Python Book for Kids Tagged With: Book Review, Learn Coding Basics With Python, Python Book for Kids

How To Compute Z-scores in Python

December 7, 2020 by cmdlinetips

Standardizing A Variable in Python

Computing standardized values of one or more columns is an important step for many machine learning analysis. For example, if we are using dimentionality reduction techniques like Principal Component Analysis (PCA), we will typically standardize all the variables. To standardize a variable we subtract each value of the variable by mean of the variable and […]

Filed Under: Machine Learning, Pandas 101, Python, Standardized Score, Z-score Python Tagged With: Pandas 101, Python

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 17
  • Page 18
  • Page 19
  • Page 20
  • Page 21
  • Interim pages omitted …
  • Page 74
  • Go to Next Page »

Primary Sidebar

Subscribe to Python and R Tips and Learn Data Science

Learn Pandas in Python and Tidyverse in R

Tags

Altair Basic NumPy Book Review Data Science Data Science Books Data Science Resources Data Science Roundup Data Visualization Dimensionality Reduction Dropbox Dropbox Free Space Dropbox Tips Emacs Emacs Tips ggplot2 Linux Commands Linux Tips Mac Os X Tips Maximum Likelihood Estimation in R MLE in R NumPy Pandas Pandas 101 Pandas Dataframe Pandas Data Frame pandas groupby() Pandas select columns Pandas select_dtypes Python Python 3 Python Boxplot Python Tips R rstats R Tips Seaborn Seaborn Boxplot Seaborn Catplot Shell Scripting Sparse Matrix in Python tidy evaluation tidyverse tidyverse 101 Vim Vim Tips

RSS RSS

  • How to convert row names to a column in Pandas
  • How to resize an image with PyTorch
  • Fashion-MNIST data from PyTorch
  • Pandas case_when() with multiple examples
  • An Introduction to Statistical Learning: with Applications in Python Is Here
  • 10 Tips to customize ggplot2 title text
  • 8 Plot types with Matplotlib in Python
  • PCA on S&P 500 Stock Return Data
  • Linear Regression with Matrix Decomposition Methods
  • Numpy’s random choice() function

Copyright © 2026 · Lifestyle Pro on Genesis Framework · WordPress · Log in

Go to mobile version