I'm performing a classification task and in particular my goal is to detect the churn of the customers of a company. I'm currently using the library lares that
I'm wanting to know how you would pass nested data to a ModelSerializer if the child of the nested data is not a model on its own. The data that I'm working wit
Using scipy's gaussian_kde() function, one can estimate P(X=x) for 1-D data. We could probably do something like this: from scipy import stats import seaborn as
I´m trying to create and call a function that builds a <select> item and returns this item to be rendered on the screen. However, it renders the tex
Dear All in Stackover flow, I need your help : I need to handle change input of bodytemperature Picture of Web change body temperature I need input this body t
The for loop is working properly. When I add a new task panel shows but the {{task}} variable inside the component is not showing. It must be something with the
I'm working on my first endeavor into genetic algorithms and came across a weird bug when trying to implment pool selection. My original method used a recursive
I'm trying to run a spring boot app, but intellij is showing me an error: "Cannot resolve table TB_PRODUTO" Intellij it's giving a tip to assign a datasou
What is the difference between get_fscore() and feature_importances? Both are explained as feature importance but the importance values are different. # model_s