# PredictEasy!

## PredictEasy!

- [PredictEasy](https://docs.predicteasy.com/predicteasy.md): AI Powered Data Analytics tool by PredictEasy
- [Getting Started](https://docs.predicteasy.com/getting-started.md)
- [Installation](https://docs.predicteasy.com/installation.md): Steps to install PredictEasy
- [Data Preprocessing](https://docs.predicteasy.com/data-preprocessing.md): Data preprocessing is a critical step in the data analysis and machine learning pipeline for several reasons.
- [Label Encoding](https://docs.predicteasy.com/data-preprocessing/label-encoding.md)
- [Log Transform](https://docs.predicteasy.com/data-preprocessing/log-transform.md)
- [Standard Scaling](https://docs.predicteasy.com/data-preprocessing/standard-scaling.md)
- [Replacement](https://docs.predicteasy.com/data-preprocessing/replacement.md)
- [Imputation](https://docs.predicteasy.com/data-preprocessing/imputation.md)
- [Statistical Test](https://docs.predicteasy.com/statistical-test.md)
- [T-Test](https://docs.predicteasy.com/statistical-test/t-test.md)
- [ANOVA Test](https://docs.predicteasy.com/statistical-test/anova-test.md)
- [Spearman’s Rank Correlation](https://docs.predicteasy.com/statistical-test/spearmans-rank-correlation.md)
- [Pearson’s Correlation](https://docs.predicteasy.com/statistical-test/pearsons-correlation.md)
- [Chi-Squared Test](https://docs.predicteasy.com/statistical-test/chi-squared-test.md)
- [Shapiro-Wilk Test](https://docs.predicteasy.com/statistical-test/shapiro-wilk-test.md)
- [Kruskal-Wallis H Test](https://docs.predicteasy.com/statistical-test/kruskal-wallis-h-test.md)
- [Friedman Test](https://docs.predicteasy.com/statistical-test/friedman-test.md)
- [Data Modelling](https://docs.predicteasy.com/data-modelling.md)
- [Classification](https://docs.predicteasy.com/data-modelling/classification.md)
- [Regression](https://docs.predicteasy.com/data-modelling/regression.md)
- [Clustering](https://docs.predicteasy.com/data-modelling/clustering.md)
- [NLP](https://docs.predicteasy.com/nlp.md): Natural Language Processing
- [Sentiment Analysis](https://docs.predicteasy.com/nlp/sentiment-analysis.md)
- [Visualization Charts](https://docs.predicteasy.com/visualization-charts.md)
- [Line graph](https://docs.predicteasy.com/visualization-charts/line-graph.md)
- [Bar Chart](https://docs.predicteasy.com/visualization-charts/bar-chart.md)
- [Scatter Chart](https://docs.predicteasy.com/visualization-charts/scatter-chart.md)
- [Area Chart](https://docs.predicteasy.com/visualization-charts/area-chart.md)
- [Media](https://docs.predicteasy.com/media.md)
- [Video Tutorials](https://docs.predicteasy.com/video-tutorials.md)
- [Articles](https://docs.predicteasy.com/articles.md): User-generated articles showcasing experiences with PredictEasy, highlighting its functionality across diverse sectors and explaining how the platform operates.
- [FAQ?](https://docs.predicteasy.com/faq.md)
- [Contact](https://docs.predicteasy.com/contact.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.predicteasy.com/predicteasy.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
