Add a folder containing code examples for loss and constraint sections#40
Add a folder containing code examples for loss and constraint sections#40BenViolet6 wants to merge 1 commit intosoftmin:mainfrom
Conversation
|
@BenViolet6 You may check out the documentation structure under |
Dear professor, I have updated the PR and the details are in the email. Best regard, |
2f1f28f to
53c8381
Compare
|
Dear professor, I have updated the PR. In the Smooth SVM notebook, I have added GridSearchCV to determine the optimal hyperparameters. I have also prepared a separate independent notebook that compares SVM, Smooth SVM, and Squared SVM, as you suggested earlier. Best regard, |
Description
This PR adds a folder
examples_FEIcontaining Jupyter notebooks. These notebooks provide code examples for each function in Loss and Constraint sections. It also includes code examples of GridSearch for SVM, Smooth SVM, and Squared SVM, as well as a separate GridSearch for Huber, MAE, and MSEType of Change
Checklist
pytest tests/ -vAdditional Notes
Dear professor,
Here are all my code in the notebooks. If there is anything that needs to be improved, please let me know and I will address as quickly as possible.