---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://catboost.ai/docs/en/concepts/spark-known-limitations.md
  - href: en/concepts/spark-known-limitations.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://catboost.ai/docs/en/llms.txt

# Known limitations

* Windows is not supported. Work in progress.
* GPU is not supported. Work in progress.
* Text and embeddings features are not supported. Work in progress.
* Feature distribution statistics (like `calc_feature_statistics`on CatBoost python package) with datasets on Spark is not supported. But it is possible to run such analysis with models exported to local files in usual CatBoost format.
* Generic string class labels are not supported. String class labels can be used only if these strings represent integer indices.
* ``boosting_type=Ordered`` is not supported.
* Training of models with non-symmetric trees is not supported. But such models can be loaded and applied on datasets in Spark.
* Monotone constraints are not supported.
* Multitarget training is not supported.
* Stochastic Gradient Langevin Boosting mode is not supported.
