Krushna Thakkar
Krushna Thakkar
Greetings I added optuna in the test_requirement.txt, and it said "Successfully installed colorlog-6.8.2 optuna-3.5.0" Is this what supposed to do ?
Can I work on this ? How do I start working on this like fork the repository, create a branch, make changes, and submit a pull request??
Yes. can you type ```pip install -r requirement.txt"``` and added optuna as well. #11090PR
Steps: 1 - Check Python Installation with ``` python3 --version``` 2 - To create the virtual environment - python3 -m venv name_of_venv 3 - To Activate the environment - source...
Can you tell me, where the code file is because I am unable to find it.