Answer:
import turtle
t = turtle.Turtle()
for x in range(1,11):
t.circle(10*x)
1. Create a naive Bayes model for this data set.
2. What prediction will the naive Bayes model return for the query q=(1,0,0)?
Answer:
import the GaussianNB class from the scikit-learn naive bayes module using the import statement;
from sklearn.naivebayes import GaussianNB
create the classifier,
clf = GaussianNB()
Then train or fit a section of the dataset (the training set) with the classifier, then predict the label of the test section of the dataset with the provided query "q".
trained = clf.fit( train_features, train_label)
predict = clf.predict(q)
Explanation:
The scikit-learn is a machine learning package in python used to create machine models from datasets. It has several classifiers and regressions algorithms.
The naive baye algorithm is a machine learning class in python used in supervised machine learning to create models used to predict a label given a set of features using a classifier.
7.
"You win!" never displays. What line is responsible for this error?
1
var score
0
2
onEvent
"button2"
"click"
function
3
var score
score + 1
if
score
5
setText ("display", "You win!");
A. 1
B. 3
ОООО
C. 4
D. 5
Answer:
The answer is "4".
Explanation:
In this code, on line number 4, it will give the error message, and its correct solution can be defined as follows:
In this code, a variable "score" is declared, that holds a value that is 0, and in the next step, a method "onEvent" is declared that uses a method, and in the if block, it checks the "score" value that is less than 5 and it will print the message.
area of trapezium is 54cmsq if parallel sides are 10cm and 8cm long find the distance between the parallel sides
Explanation:
the distance between the parallel sides is the height(h)
formula to find area of trapezium :
Area = 1/2(a+b) h
54 = 1/2 (8+10) h
54=1/2(18) h
54 =9h
54/9=h
h= 6 (ans)
An evaluation of the possible or probable effects of external forces and conditions on the survival and growth of the business.
Answer:
Environmental analysis.
Explanation:
Environmental analysis can be defined as an evaluation of the possible or probable effects of external forces and conditions on the survival and growth of the business.
Basically, the external environmental analysis provides information about opportunities and threats. Thus, the informations acquired or obtained through environmental analysis is used by the executive management in strategically planning the organisation's future and exploitation of available opportunities for the success of the organization.
Hence, an environmental analysis gives an overview of the opportunities in the market as well as potential threats to an organization.
An evaluation of the possible or probable effects of external forces and conditions on the survival and growth of the business is known as environmental analysis.
Environmental analysis simply means the evaluation of the possible or probable effects of external forces and conditions on the survival and growth of the business.
Environmental analysis is vital as it makes managers aware of the linkage that's between an organization and the environment.
In conclusion, the correct option is environmental analysis.
Read related link on:
https://brainly.com/question/23625215
Discuss the use of spreadsheet software compared to database software to store and manipulate student data.
Explanation:
Because databases store information more efficiently, databases can handle volumes of information that would be unmanageable in a spreadsheet. Spreadsheets have record limitations whereas databases do not. Compared to databases, spreadsheets can require a large amount of hard-drive space for data storage.
what department is cyber security
Answer:
United States Department of Homeland Security
The National Cyber Security Division (NCSD) is a division of the Office of Cyber Security & Communications, within the United States Department of Homeland Security's Cybersecurity and Infrastructure Security Agency.
Give me brainliest
Answer: Extra info.
It belongs to an official government organization in the United States
Explanation:
Cyber security is the practice of defending computers, servers, mobile devices, electronic systems, networks, and data from malicious attacks. It's also known as information technology security or electronic information security....
Process of sending signals, interpreting received signals, and adjusting through signals is called
Answer:
TCP The Transmission Control Protocol
Explanation:
If the radius is 1/2 of the diameter, what is the circumference of each wheel if "Circumference = 2 x 3.14 x radius"
need the help asap please!
Answer:
pi times the diameter
Explanation:
d = 2r
circumference is 2πr
In everyday life, we use numbers based on a combination of digits between 0 and 9.
This counting system is known as decimal, or ?
•Denary
•Binary
•Hexidecimal
PLEASE ANSWER I WILL GIVE U BRAINLY!!
Answer:
denary is the answer thank you
What is one difference between the Simple Gear Train with Same Size Gears and Simple Gear Train with Different Size Gears?
Answer:
One difference between a Simple Gear train with Same Size Gears and Simple Gear Train with Different Size Gears is the that the number of rotations of both shafts in the Simple Gear Train with Same Size Gears is the same the number of rotations of both shafts in the simple Gear Train with Different Size Gears are different
Explanation:
A simple gear train is one in which each shaft has only one shaft, and the motion of one shaft in transmitted to the other when the gears are in contact