PredictEasy!
  • ๐Ÿš€PredictEasy
  • Getting Started
  • โ˜๏ธInstallation
  • ๐Ÿ› ๏ธData Preprocessing
    • Label Encoding
    • Log Transform
    • Standard Scaling
    • Replacement
    • Imputation
  • ๐Ÿ“ŠStatistical Test
    • T-Test
    • ANOVA Test
    • Spearmanโ€™s Rank Correlation
    • Pearsonโ€™s Correlation
    • Chi-Squared Test
    • Shapiro-Wilk Test
    • Kruskal-Wallis H Test
    • Friedman Test
  • ๐Ÿ“ถData Modelling
    • Classification
    • Regression
    • Clustering
  • ๐Ÿ”กNLP
    • Sentiment Analysis
  • ๐Ÿ“ˆVisualization Charts
    • Line graph
    • Bar Chart
    • Scatter Chart
    • Area Chart
  • Media
  • ๐Ÿ“ฝ๏ธVideo Tutorials
  • ๐Ÿ—ž๏ธArticles
  • FAQ?
  • ๐Ÿ“žContact
Powered by GitBook
On this page

Was this helpful?

  1. Data Preprocessing

Replacement

PreviousStandard ScalingNextImputation

Last updated 1 year ago

Was this helpful?

Replacement involves substituting certain values within a dataset. For example, replacing missing values with a predefined value like mean, median, or a specific constant, or replacing certain categories with new values. It's useful for handling missing data or modifying specific entries in a dataset.

Steps to follow:

  1. Choose the column where you want to perform the "Find and Replace" operation.

  2. Look for the "Find and Replace" option within PredictEasy.

  3. In the "Find" field, enter the text or value you want to locate within the selected column.

  4. In the "Replace" field, enter the text or value you want to replace the found instances with.

  5. Initiate the "Find and Replace" operation. This action triggers the replacement process.

๐Ÿ› ๏ธ