Ata Tekeli

Results 24 comments of Ata Tekeli

`import numpy as np import pandas as pd from sklearn.feature_extraction import text from sklearn.metrics.pairwise import cosine_similarity data = pd.read_csv("/Users/atatekeli/PycharmProjects/NetflixRecm/netflixData.csv") print(data.head()) print(data.info) print(data.isnull().sum()) data = data[["Title", "Description", "Content Type", "Genres"]] print(data.head())...

And this is the error message [nltk_data] Error loading stopwords: Traceback (most recent call last): File "/Users/atatekeli/PycharmProjects/NetflixRecm/venv/lib/python3.9/site-packages/nltk/corpus/util.py", line 84, in __load root = nltk.data.find(f"{self.subdir}/{zip_name}") File "/Users/atatekeli/PycharmProjects/NetflixRecm/venv/lib/python3.9/site-packages/nltk/data.py", line 583, in find...

> I do EC2 & RDS in AWS w/ Ansible. I'll try to look over the examples in documentation and add some examples that are not yet covered. I'll do...

That'd be a really good addition to ArgoCD, otherwise, the code can be cluttered.

What are the features you would like to have for a tx fuzzer

What about for tests such as Rust language, Golang or other languages, are there need to write further

I think both work on the same port, and it can create conflicts in computer networks as duplicate port problems. I will look at the ports of both node providers...

@sigmavirus24, I did the recommended changes, can you check it again?

@sigmavirus24 I did the changes, can you check again