Vusal Babashov
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by Vusal Babashov-
You're right. The indices don't match, as seen below - the first is a subset of the other. Index([1, 3, 8, 2, 4, 6, 16, 9, 14], dtype='int64', name='i')Index([4, 2, 5, 3, 10, 1, 15, 11, 6, 8, 12, 7...
-
Below are the dtypes for y_is and u_ikn i int64s objectdtype: objecti int64k int64n int64dtype: object
-
INSTALLED VERSIONS------------------python : 3.9.9.final.0pandas : 2.0.0numpy : 1.24.2pytz : 2023.3dateutil : 2.8.2setuptools : 67.6.1pip ...
-
That would be very difficult for me to share. But here are a few tips that perhaps can help. LHS and RHS have the same number of - 12,427 - rows. When I print the difference, the indices are the sa...
-
Thanks, Riley. This is indeed a cleaner solution. This is the math programming I am trying to implement. As you can see, I have several misaligned constraints. However, when I try the constraint...