Posts by Pedro Antonio • 31 points
3 posts
-
0
votes0
answers27
viewsQ: Django.db.utils.Operationalerror: Foreign key Ismatch when trying to change the primary key
Django automatically creates an Autofield for primary key if there is no field with primary_key=True, so I’m trying to remove the primary key I created (identifier field in the Client model) and…
-
-1
votes1
answer70
viewsQ: Video audio continues after closed the popup that contained it
I tried to create a popup with a youtube video inside, but when the popup is closed the video keeps running, I know this because it is still possible to listen to the audio. javascript, css and…
-
1
votes1
answer106
viewsQ: Typeerror: can’t pickle _thread. _local Objects when I try to use scikit-Learn RFE in a template created in tensorflow
I’m trying to use the scikit-Learn library RFE on models I created using tensorflow, but when I try to train I get TypeError: can't pickle _thread._local objects. Follow the code and error below:…