nitinpi0210

Results 14 comments of nitinpi0210

Thanks for giving me access to All_MDB.csv. This file contains the fields : word_id, words, sent_id, label. To run the OIE notebook, I still need the following fields in the...

I just tried executing the OIE notebook using the new ALL_MDB.csv file you uploaded and as expected I get the following error as it doesn't contain the run_id field. Can...

I copied the entire column sent_id as run_id and got past the run_id issue but still the dataset doesn't contain all the fields required for the OIE notebook to run...

Hi @malcolm1232 can you share your notebook with [email protected] or [email protected]? I can't access it to help you debug : ![image](https://user-images.githubusercontent.com/59571244/159484722-0dcda6f7-2b01-48b9-820f-6831fe832819.png)

Also @malcolm1232 how were you able to run until block 7 with the malware db dataset? It doesn't contain all those fields that are needed? Can you please upload the...

@malcolm1232 thanks for sharing. Btw, for the OIE notebook, we were supposed to use the malwaredb dataset as per the author. Why did you use the MSB dataset? That was...

Also is this the right move to do? Can you clarify why you are setting the head pred id to 0 throughout the dataframe? ![image](https://user-images.githubusercontent.com/59571244/159709639-c777ea4a-7404-46ac-abfe-4cced6d4db39.png)

I am using the following TF and Keras version : But running into the following issue in Block 7

This is for the OIE Notebook. @IS5882 what version of TF and Keras is needed for the OIE?

@malcolm1232 the author gave the new correct malware dataset that has the relevant fields. So you don't need to do all that DF modifications anymore. I just used the new...