Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ch13-15 (uploading data (.cvs (these are set files where the first row…
Ch13-15
uploading data
-
-
.cvs
these are set files where the first row contains the column names with a comma between each, and the following rows contain data, again with a comma between each.
-
ex.1,caucasian,femal,.....
.tsv
instead of commas, tabs are used to separate columns
URL
if the desired data is available in any of the above formats, is on the web, and has direct URL(web link) linking to it, the URL button is an option as well
ODBS
if the data is stored in a database such as PostgreSQL, Oracle, or MySQL. ODBS(open Database Connectivity- standard for connecting to just about any database)
-
build candidate models
models will serve primarily to improve understanding of what combinations of data, preprocessing, parameters, and algorithms work well when constructing models
starting the process
-
The desired target feature can be found directly in the feature list; hover over it, and then click on the “Use as Target” text
-
-
-
-