# Machine Learning

- [Linear Model Cheating Sheet](https://ai.younglimit.com/machine-learning/linear-model-cheating-sheet.md)
- [Nonlinear Model Cheating Sheet](https://ai.younglimit.com/machine-learning/nonlinear-model-cheating-sheet.md)
- [General Linear Model 1](https://ai.younglimit.com/machine-learning/general-linear-model-1.md): Here are the notes for general linear regression.
- [General Linear Model 2](https://ai.younglimit.com/machine-learning/general-linear-model-2.md)
- [General Linear Model 3](https://ai.younglimit.com/machine-learning/general-linear-model-3.md)
- [Tree Based Methods](https://ai.younglimit.com/machine-learning/tree-based-methods.md)
- [Tree Based Methods Supplement](https://ai.younglimit.com/machine-learning/tree-based-methods-supplement.md)
- [XG,Cat,Light\_\_Boosting](https://ai.younglimit.com/machine-learning/xg-cat-light__boosting.md)
- [KNN\&PCA](https://ai.younglimit.com/machine-learning/knn-and-pca.md)
- [Model Performance](https://ai.younglimit.com/machine-learning/model-performance.md)
- [Model Evaluation](https://ai.younglimit.com/machine-learning/model-evaluation.md)
- [Code Practice](https://ai.younglimit.com/machine-learning/code-practice.md)
- [KNN](https://ai.younglimit.com/machine-learning/code-practice/knn.md): KNN
- [Decision Tree Python Code](https://ai.younglimit.com/machine-learning/code-practice/decision-tree-python-code.md)
- [Data and Feature Engineering](https://ai.younglimit.com/machine-learning/data-and-feature-engineering.md)
- [Handle Bias Data](https://ai.younglimit.com/machine-learning/data-and-feature-engineering/handle-bias-data.md)
- [Cold Start Problem](https://ai.younglimit.com/machine-learning/data-and-feature-engineering/cold-start-problem.md): in recommendation system


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai.younglimit.com/machine-learning.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.
