Questions tagged [watson-personality-insights]

Personality Insights Predict personality characteristics, needs and values through written text. Understand your customers’ habits and preferences on an individual level, and at scale.

12 questions
1
vote
1 answer

Node-Red Watson "Unauthorized access" but API key field is filled

I've been trying to use node red to work with watson personality insight. So far so good, I've created an account in IBM Watson Cloud and I generated a new lite project on personality insight. My problem is in node red, when I put my API key on it…
1
vote
2 answers

Watson Personality insight minimum number of words required Issue

I'm following this Personality insight starter but always get below error message for API…
Mithun Sreedharan
  • 49,883
  • 70
  • 181
  • 236
0
votes
1 answer

Where can I get watsonPI api documentation?

I was searching for API documentaion for Watson PI and came across https://cloud.ibm.com/apidocs/personality-insights#service-endpoint from the main page which leads to no where as the page is not available. Any idea where can I get the…
0
votes
1 answer

Is there a way to access IBM cloud watson personality insights service now(19.12.2020)?

I am trying to access IBM Watson Personality Insight service through the IBM Cloud Catalog but it does not show up there. In the Personality Insight Documentation it is stated that this service will not be available from 1 December 2021 but I cannot…
0
votes
1 answer

What machine-learning algorithm does IBM Watson Personality Insights use?

I am trying to use the personality insights to predict the personality traits. While reading the document of the API, the detail of the science behand the API is not clearly stated. The service first tokenizes the input text to develop a…
0
votes
0 answers

How to get the number of 'free API calls left' for IBM Watson services?

I'm using IBM Watson machine learning services for a university project. The services are ToneAnalyzer, LanguageTranslator and PersonalityInsights. Each service can be used for free, if I stay under a certain threshold of API calls (for example 2500…
0
votes
1 answer

Does IBM Waston personality insight API support simplied Chinese?

I'm trying to use personality insight API by IBM to get personality and value scores from social media posts in simplified Chinese language. I find that they do support the Chinese language in the API document, but I get the error when I try to hit…
0
votes
0 answers

No encoding supplied: defaulting to UTF-8. Personality insight analysis

During Personality insight analysis, the last code has not worked and error message "No encoding supplied: defaulting to UTF-8." was shown. I can not understand which point i should fix... Thank you very mush for your help. #### FUNCTION TO TIDY UP…
0
votes
1 answer

IBM Watson Personality Insights: Use raw or percentile scores?

I am using IBM Watson Personality Insights in the context of an academic research project. From the analyses so far, I noticed that often there are large differences between the raw and percentile scores for the same tweets and in several cases the…
0
votes
0 answers

Getting additional information from IBM Watson Personal Insights - Python

I am sending information to IBM Watson personal insights. This file is about reviews from different users. I have a JSON file per user, and the identification of a user is stored in the id field (in this case the user 516): { "contentItems": [ …
Juliana Rivera
  • 1,013
  • 2
  • 9
  • 15
0
votes
1 answer

IBM Watson Personality Insights Not returning json profile

If I follow the instructions at this website, the first two (profile.txt and profile.json) should return a .json profile object. Instead I am just getting an output of raw numbers. This was working a few weeks ago so I'm unsure what has…
0
votes
1 answer

React JS - IBM Watson Personality InsightsV3 Token Auth - CORS error

I have been attempting to implement the Watson PersonalityInsightsV3 API into my React JS app. In order to circumvent the CORS error that arises when using credentials I have a flask/python server making a request for the token. I then use fetch…