Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 09:06 AM
Ok, understood the trasformation to pandas, thank you :).
But since I had everything in an object format I always converted all the columns to the correct format using astype(format)
so when I run df.dtypes I see the correct format
but still when I try to fit a model it gives me the ValueError: could not convert string to float: 'name of the first feature'