Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "For our purposes, we simply created a copy of our imports-85-data.xlsx
dataset file and named it imports-85-data-score.xlsx
."
A block of code is set as follows:
deployment = dr.Deployment.create_from_learning_model( MODEL_ID, label='DEPLOYMENT_LABEL', description='DEPLOYMENT_DESCRIPTION', default_prediction_server_id=PREDICTION_SERVER_ID) deployment
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "After selecting the options, we can click on the Compute and download predictions button."
Tips or Important notes
Appear like this.