Difference between revisions of "Data Preprocessing"

From
Jump to: navigation, search
m
m
Line 15: Line 15:
 
* [[AI Governance]] / [[Algorithm Administration]]
 
* [[AI Governance]] / [[Algorithm Administration]]
 
* [[Natural Language Processing (NLP)#Managed Vocabularies |Managed Vocabularies]]
 
* [[Natural Language Processing (NLP)#Managed Vocabularies |Managed Vocabularies]]
* [[Excel - Data Analysis]]
+
* [[Excel]] - Data Analysis
 
* [[Development]]  ...[[Development#AI Pair Programming Tools|AI Pair Programming Tools]] ... [[Analytics]]  ... [[Visualization]]  ... [[Diagrams for Business Analysis]]
 
* [[Development]]  ...[[Development#AI Pair Programming Tools|AI Pair Programming Tools]] ... [[Analytics]]  ... [[Visualization]]  ... [[Diagrams for Business Analysis]]
 
* [[Algorithm Administration#Hyperparameter|Hyperparameter]]s
 
* [[Algorithm Administration#Hyperparameter|Hyperparameter]]s
Line 21: Line 21:
 
** [[Evaluation - Measures]]
 
** [[Evaluation - Measures]]
 
* [[Train, Validate, and Test]]
 
* [[Train, Validate, and Test]]
* [[Python]]  ... [[Generative AI with Python]]  ... [[Javascript]]  ... [[Generative AI with Javascript]]  ... [[Game Development with Generative AI]]
+
* [[Python]]  ... [[Generative AI with Python]]  ... [[Javascript]]  ... [[Generative AI with Javascript]]  
 
* [https://scale.com/ Scale] ... data collection, curation, labeling, and annotation
 
* [https://scale.com/ Scale] ... data collection, curation, labeling, and annotation
 
* [https://scikit-learn.org/stable/modules/preprocessing.html Sklearn.preprocessing]
 
* [https://scikit-learn.org/stable/modules/preprocessing.html Sklearn.preprocessing]

Revision as of 12:14, 21 May 2023

YouTube ... Quora ...Google search ...Google News ...Bing News


Overview-of-the-data-preprocessing-pipeline-The-data-preprocessing-consists-of-1_W640.jpg Article

Splitting Data - training and testing sets

Time-Series Data

578a09a1-f144-4a62-98cb-e6e3ed774817.png

Categorical Variables

Categorical variables require special attention in regression analysis because, unlike dichotomous or continuous variables, they cannot by entered into the regression equation just as they are. Instead, they need to be recoded into a series of variables which can then be entered into the regression model. There are a variety of coding systems that can be used when recoding categorical variables. Coding Systems for Categorical Variables In Regression Analysis | UCLA institute for Digital Research & Education Statistical Consulting


SQL Database Optimization