#🔒 Program that attempts to maximize a dependent variable based off of many independent variab

7 messages · Page 1 of 1 (latest)

green cypress
#

I Need documentation to help me figure out how to create a program that attempts to maximize a dependent variable based off of many independent variables

So I pretty much have like 30 independent variables that all impact a dependent variable. I have a csv with around 20 different columns with the 30 variables and the final dependent variable. It’s a big lack of data but i just need to get kinda close. Also, there’s a restriction where at any given time only 10 of the independent can have a value other than zero. If anyone could point me towards some documentation/libraries that could help me out? I know this is a weirdly specific question but any help would be appreciated!

elder egretBOT
#

@green cypress

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

lost moss
#

off the top of my head, optuna is advertised as an hyperparam search library, but you can probably use it for this as well

#

scipy.optimize is a thing

elder egretBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.