Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Readme_Changes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Changes Made:

Sem hash functions are purposely kept inside the .py file and new class has not been created to match the file name ohterwise such addittional change can be made to put them in once class in anoter file

Class MeraDatset is transferred to a new file to reduce clutter
Functions clubbed together to improve clarity and testing ability of individual function if assigned individual cell in Jupyter Notebook or any other .ipynb
Reduced the number of lines left
Comments also mentioned above the changes Made
read_csv is transferred to new file to increase reusability
plot_results() is transferred to new file to increase reusability
tokenize, preprocess, data_for_training, get_vectorizer moved to creating_data_train_test.py to improve readibilty and reusability
Loading