ComplaintsAnalysis VCL Demos - Refactor notebooks for dotenv auth and apply new formatting standards - #1006
Open
Mohd-Hassan wants to merge 5 commits into
Open
ComplaintsAnalysis VCL Demos - Refactor notebooks for dotenv auth and apply new formatting standards#1006Mohd-Hassan wants to merge 5 commits into
Mohd-Hassan wants to merge 5 commits into
Conversation
DallasBowden
requested changes
Oct 16, 2025
DallasBowden
left a comment
Collaborator
There was a problem hiding this comment.
This is only for Complaint_Analysis_Customer360_VCL.ipynb
I've made the edits and have it working down to the cell where it's looking for the models on the local drive. The first thing to check is that the pathing is correct.
Changed Login Cell. We're not including Kevin's OF Utils. Updated Python version in library import cell. We set the oaf environment name to the same as the database user name. Updated the OAF Environment Cleanup. Removed 7.2 Stop the Cluster. Removed Part 1 and Part 2 headings. Added additional requirements file.
Collaborator
|
@DallasBowden - this is working fine. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changed the authentication method to use .env files instead of .json for improved security and flexibility.
Reformatted markdown cells within notebooks according to the latest convention to enhance readability and consistency.