All Questions
4 questions
0
votes
1
answer
137
views
Can I add kpi with maximum values without contraining CPLEX model?
I am using cplex for an optimization model, to optimize diet compositions. Now I would like to add an extra variable/KPI, which is the sum of other KPIs in the model. However, this sum is a score with ...
0
votes
1
answer
403
views
Create a KPI with a timestamp and a groupby in pyspark
I have a dataframe containing logs just like this example :
+------------+--------------------------+--------------------+-------------------+
|Source |Error | @...
1
vote
1
answer
6k
views
How to Configure Callbacks to Cards in Plotly Dash App
I'm working on creating a Python-based COVID19 dashboard with Plotly Dash. I want to have some cards near the top of the page displaying population/case/death KPIs that update based on the selection ...
2
votes
1
answer
719
views
In py.test is it possible to report arbitrary values generated in the test runs?
I know there are plugins for performance tests and profiling for py.test but is there a way to generate arbitrary values which are reported or somehow accessible after the test?
Imagine I have a test ...