Mohd Munasib
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Mohd Munasib-
Mohd Munasib commented,
Hi Team, Hope you are doing good. i am looking forward to your reply. Thanks Munasib
-
Mohd Munasib created a post,
How to get absolute difference of 2 variable.
AnsweredHi Team, Hope you are doing great. i am havig a this df. week Actual (A) Forecast (F) 1 122 NaN 2 105 NaN 3 93 NaN 4 113 NaN 5 107 NaN 6 115 122*<gurobi.Var *Awaiting Model Update*> ...
-
Mohd Munasib commented,
Hi Team, Hope you are doing good. this is a actual_forecast data frame and i am trying to get the absolute value of (actual_forecast[A-f]). So please let me know how to define the abs function in g...
-
Mohd Munasib commented,
Hi Team, hope you are doing good. I am not getting this output. please explain this again.
-
Mohd Munasib commented,
Hi Team, Hope you are doing well. I am having 2 df in pandas my goal is to get a weighted moving avg in my problem but when i am trying to code this in python so i get an error. i have attached th...
-
Mohd Munasib created a post,
how to get a weighted moving avg if we are having 2 df in pandas
AnsweredHi Team, Hope you are doing well. I am having 2 df in pandas my goal is to get a weighted moving avg in my problem but when i am trying to code this in python so i get an error. i have attached th...
-
Mohd Munasib created a post,
How to get the square root(sum of binary decission variable)
AnsweredHi Team, Hope you are doing well. In this df i have defined the decission binary variable origin fixed_cost var_cost cap open chennai $ 50,000 $ 2.23 400,000 <gurobi.Var *Aw...
-
Mohd Munasib commented,
Hi Team, Hope you are doing well. i am usibg these code to define the variable. units_flow = (Orig_Dest.gppd.add_vars(model, vtype=GRB.INTEGER, name="units_flow")) units_flow.set_index(['origin', ...
-
Mohd Munasib created a post,
how to define the decission variable if we are having 2 variable in one table onw is binary variable, 2nd is integer variable.
AnsweredHi Team, Hope you are doing well. This is an table in which i am having 2 variable, 'flow' and 'unit_flow' how to define it but it should be in one table and i have set the 2 index(origin, destinat...
-
Mohd Munasib commented,
Hi Team, Hope you are doing. how do i set the constraind in which i get optimize value in open_warehouse_ver. because i am still getting 0 value and it should be around 4. i am using this code to ...