I m unable to use polars dataframes with scikitlearn for ML training.
Currently I m doing all the dataframe preprocessing in polars and during model training i m converting it into a pandas one in order for it to work.
Is there any method to directly use polars dataframe as it is for ML training without changing it to pandas?