Marketing-Attribution-Models
Marketing-Attribution-Models copied to clipboard
[BUG] AttributeError: 'MAM' object has no attribute 'DataFrame'
As you can see below:
How can i solve this problem ?
Hello Matheus,
You can use the self.group_by_channels_models method to check the aggregated results or the self.data_frame method to see the origin DataFrame.
When self.data_frame , nothing happens:
but self.group_by_channels_models is working fine!
Try running the self.as_pd_dataframe() method before the self.data_frame attribute .
When i try ur solution, this happens:
Is there any limitation on the size of the df?
Using the self.as_pd_dataframe() is the correct way to get the dataframe, we're going to update the docs. It appears to me that the limitation is in your machine rather than the library.