Python Forum
How from sklearn.datasets import load_diabetes change to import to CSV file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How from sklearn.datasets import load_diabetes change to import to CSV file
#1
#I test and check some predictions on the Hospital data set on CSV file rather than loading data set like diabetes data set.
## I want to import a CSV file instead of load as -----> Where sklearn should be kept in mind for data preprocessing
 from sklearn.datasets import load_diabetes 
How such changes had been made while remove load_diabetes and add a csv file i search but i did not find such answer
import numpy as np from sklearn.datasets import load_diabetes seed = 43 np.random.seed(seed) print("Loading data") diabetes = load_diabetes() y = diabetes.target X = diabetes.data
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ImportError: cannot import name 'NullHandler' from 'logging' sukanta80 0 603 Jul-28-2025, 03:26 PM
Last Post: sukanta80
  Dynamic Module Import Error DaddyMAN 3 1,545 Jun-20-2025, 12:07 AM
Last Post: Pedroski55
  ImportError: cannot import name 'Pyfhel' from 'Pyfhel' Anldra12 11 7,930 Jun-16-2025, 07:08 AM
Last Post: ItsTheGoose
  Error on import: SyntaxError: source code string cannot contain null bytes kirkwilliams2049 10 26,600 May-26-2025, 01:55 PM
Last Post: deanhystad
  How can I write formatted (i.e. bold, italic, change font size, etc.) text to a file? JohnJSal 13 35,420 May-20-2025, 12:26 PM
Last Post: hanmen9527
Question Import vs from x import Calab 1 757 May-15-2025, 04:09 PM
Last Post: snippsat
  I'm trying to import a dataset into a Jupyter Notebook Hisilat03 0 1,193 Mar-24-2025, 09:26 AM
Last Post: Hisilat03
  beginner doesn't understand import cimerio 3 1,125 Feb-12-2025, 05:02 PM
Last Post: cimerio
  How to write variable in a python file then import it in another python file? tatahuft 4 2,202 Jan-01-2025, 12:18 AM
Last Post: Skaperen
  Python: How to import data from txt, instead of running the data from the code? Melcu54 1 1,308 Dec-13-2024, 06:50 AM
Last Post: Gribouillis

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020
This forum uses Lukasz Tkacz MyBB addons.
Forum use Krzysztof "Supryk" Supryczynski addons.