deepset-ai / FARM

:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.
https://farm.deepset.ai
Apache License 2.0
1.73k stars 247 forks source link

Fix RegressionProcessor #857

Closed bogdankostic closed 2 years ago

bogdankostic commented 2 years ago

This PR fixes a bug in the RegressionProcessor. delimiter, quotechar and skiprows arguments were previously overwritten by TextClassificationProcessor's default values.