Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: site-packages issue
Post: site-packages issue

How to fix this site-packages issue. I only have one version of Python installed. [Image: https://imgur.com/a/zzWH5R5]
paulgureghian General Coding Help 3 1,360 Jul-07-2022, 12:35 AM
    Thread: Why is "weights" in the function header and loop
Post: Why is "weights" in the function header and loop

# Define predict_with_network() def predict_with_network(input_data_row, weights): # Calculate node 0 value node_0_input = (input_data_row * weights['node_0']).sum() node_0_output = relu(...
paulgureghian General Coding Help 2 2,471 Jul-16-2018, 09:16 PM
    Thread: The specified module could not be found.
Post: The specified module could not be found.

[Image: https://drive.google.com/file/d/1D8NPBv7...sp=sharing] I have scikit-learn installed.
paulgureghian General Coding Help 1 3,115 Jun-28-2018, 09:07 PM
    Thread: Trying to clean the selected columns
Post: RE: Trying to clean the selected columns

ValueError Traceback (most recent call last) <ipython-input-97-460999a4b9d1> in <module>() 5 df.Budget = df.Budget.str.replace(',', '') 6 df.Budg...
paulgureghian Data Science 5 4,444 Jun-08-2018, 08:27 PM
    Thread: Trying to clean the selected columns
Post: RE: Trying to clean the selected columns

the whole notebook ?
paulgureghian Data Science 5 4,444 Jun-08-2018, 07:54 PM
    Thread: Trying to clean the selected columns
Post: Trying to clean the selected columns

I have astype(int) yet the columns are coming up as object
paulgureghian Data Science 5 4,444 Jun-08-2018, 07:12 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020