Q Flashcards

1
Q

quartile binning transformation

A

Amazon Machine Learning: A process that takes two inputs, a numerical variable and a parameter called a bin number, and outputs a categorical variable. Quartile binning transformations discover non-linearity in a variable’s distribution by enabling the machine learning model to learn separate importance values for parts of the numeric variable’s distribution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Query

A

A type of web service that generally uses only the GET or POST HTTP method and a query string with parameters in the URL.

See Also REST.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

query string authentication

A

An AWS feature that lets you place the authentication information in the HTTP request query string instead of in the Authorization header, which enables URL-based access to objects in a bucket.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

queue

A

A sequence of messages or jobs that are held in temporary storage awaiting transmission or processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

queue URL

A

A web address that uniquely identifies a queue.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

quota

A

Amazon RDS: The maximum number of DB instances and available storage you can use.

Amazon ElastiCache: The maximum number of the following items:

The number of cache clusters for each AWS account

The number of cache nodes per cache cluster

The total number of cache nodes per AWS account across all cache clusters created by that AWS account

How well did you know this?
1
Not at all
2
3
4
5
Perfectly