Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7833559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T12:46:12+00:00 2026-06-02T12:46:12+00:00

I am attempting a bit of knn classification. when i try to normalize the

  • 0

I am attempting a bit of knn classification. when i try to normalize the data in an array i keep getting the above error.

    norm_val = 100.00                                                              
    for i in range(0, len(ListData)):                                               
            ListData[i][0] = int(ListData[i][0]/max_val)

I’m getting the error on the last line which says, ‘int’ object is not subscriptable.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T12:46:17+00:00Added an answer on June 2, 2026 at 12:46 pm

    ListData appears to be a list of integers (or at least a list that also contains integers).

    Therefore, ListData[i] returns the ith integer of the list. And since there is no such thing as “the first element of an integer”, so you get this error when trying to access ListData[i][0].

    Aside from that, if you’re aiming to divide all items of a list by max_val, you can simply use a list comprehension:

    ListData = [int(item/max_val) for item in ListData]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm attempting to write a browser game using Django but I'm getting a bit
I am attempting to port a small data analysis program from a 64 bit
I'm attempting to assemble some 32-bit code using NASM and GCC on a 64-bit
I'm having a bit of confusion in attempting to retroactively create a new base
How do I force a 32-bit build of Boost with GCC? Currently attempting by
Attempting to use the data series from this example no longer passes the JSONLint
I'm attempting to use a double to represent a bit of a dual-value type
I'm attempting to create a RESTful service in CakePHP but I've hit a bit
Alright y'all. I am attempting to write a bit of code that places typographic
I am working on a bit of javascript to plot data on a <canvas

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.