Koushik Khan akshayka commited on
Commit
794f008
·
unverified ·
1 Parent(s): 9ae3f7e

updated section header - Compatibility with other machine learning libraries

Browse files
Files changed (1) hide show
  1. polars/01_why_polars.py +1 -1
polars/01_why_polars.py CHANGED
@@ -209,7 +209,7 @@ def _(mo):
209
  def _(mo):
210
  mo.md(
211
  """
212
- ## (e) Compatibility with Other ML Libraries 🤝
213
 
214
  Polars integrates seamlessly with popular machine learning libraries like Scikit-learn, PyTorch, and TensorFlow. Its ability to handle large datasets efficiently makes it an excellent choice for preprocessing data before feeding it into ML models.
215
 
 
209
  def _(mo):
210
  mo.md(
211
  """
212
+ ### Compatibility with other machine learning libraries 🤝
213
 
214
  Polars integrates seamlessly with popular machine learning libraries like Scikit-learn, PyTorch, and TensorFlow. Its ability to handle large datasets efficiently makes it an excellent choice for preprocessing data before feeding it into ML models.
215