Question: python code please for the commented steps Gathering Basic Information on Your Data Let's say that you haven't checked any data description folder (or maybe

python code please for the commented steps Gathering Basic Information on Yourpython code please for the commented steps

Gathering Basic Information on Your Data Let's say that you haven't checked any data description folder (or maybe you want to double-check the information that has been given to you). Then you should start with gathering the basic information. When you printed out the digits data after having loaded it with the help of the scikit-learn datasets module, you will have noticed that there is already a lot of information available. You already have knowledge of things such as the target values and the description of your data. You can access the digits data through the attribute data. Similarly, you can also access the target values or labels through the target attribute and the description through the DESCR attribute. To see which keys you have available to already get to know your data, you can just run digits.keys ( ) . [6] 1 \# Get the keys of the 'digits' data 2 3 4 \# Print out the data 5 6 7 \# Print out the target values 8 9 10 \# Print out the description 'DESCR' of the 'digits data

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!