Python

Select and discuss 2 features of MySQL. Explain how the features work and why you selected them.

Linux Discussion Question System administrators are frequently called upon to set up and administrate MySQL databases. MySQL is the M in LAMP (Linux, Apache, MySQL, PHP/Perl/Python), an open-source enterprise software stack. Many programming languages provide an interface to MySQL, including C, PHP, and Perl. Select and discuss 2 features of MySQL. Explain how the features […]

Use one of the tools (RStudio, Python, Jupyter, RapidMiner, or Tableau) to demonstrate Predictive Analytics and explain your logic.

Question Use one of the tools (RStudio, Python, Jupyter, RapidMiner, or Tableau) to demonstrate Predictive Analytics and explain your logic. This assignment should be two pages minimum, double spaced, with APA formatting and references. Use screenshots where applicable.

Create a train-test 80-20 split of the data while maintaining the same target value proportion in each of the training and testing partition.

Python: Data Loading Q1.  Load the data from the source file and set up the target y and predictors X as expected by scikit-learn. Train-Test Split Q2. ) Create a train-test 80-20 split of the data while maintaining the same target value proportion in each of the training and testing partition. You should use the […]

Submit a Jupyter notebook that reports on what you have learned about the complexity of different algorithms for finding the similarities of documents using a bag-of-words representation.

Algorithmic Data Science 2000 words Jupyter notebook Report with python coding Subject: Algorithmic Data Science For this assessment, you are asked to submit a Jupyter notebook that reports on what you have learned about the complexity of different algorithms for finding the similarities of documents using a bag-of-words representation. Scenario Imagine, you have a collection […]

Using a brute-force approach, design an algorithm to solve this problem, and analyze its complexity. Design a more efficient algorithm to solve this problem, and analyze its complexity.

Algorithm  Given three groups of boxes A, B, and C of n boxes each, where the shapes of the boxes are different. The capacity of each box is measured in milliliter (ml). The list of boxes’ capacities in Group A is exactly randomly repeated in Group B and C. This means that for each box […]

Using the list of dictionaries, compute the average gpa.  Compute how many students have their gpa greater than the average gpa. 

PYTHON Programming Assignment #3 (40). The structure of this program must be similar to the one in program 2 Start with the initial studGrades of assignment #2.  DO NOT READ IT FROM A FILE (your grade will be 0/40 if you read from a file). Your program will transform this table (each row of the […]

Are the results for Average time the same for each execution to the same target? Why or why not?

Networking RP: ADDRESS RESOLUTION PROTOCOL In this first exercise, we will use the Address Resolution Protocol (ARP) to determine the Media Access Control (MAC) address of machines on our local network. The example code provides a Python function for broadcasting an ARP request message and printing any replies that are received. You must determine what […]

Write a paper showing your familiarity with Python and show how to calculate “pairs completeness”, “pairs quality” , “Precision” and “recall”, etc.

Graphs Write a paper showing your familiarity with Python and show how to calculate “pairs completeness”, “pairs quality” , “Precision” and “recall”, etc. At last, give a CSV file which contains the linked and classified matching record pairs.

Create a 3-by-3 array containing the even integers from 2 through 18. Create a second 3-by-3 array containing the integers from 9 down to 1, then multiply the first array by the second.

Python Question # 1: (Filling arrays) Fill a 2-by-3 array with ones, a 3-by-3 array with zeros and a 2- by-5 array with 7s. Question # 2: (Broadcasting) Use arange to create a 2-by-2 array containing the numbers 0–3. Use broadcasting to perform each of the following operations on the original array: a) Cube every […]

Write a program that reads in the file “dna.seq” and counts the number of sequences with the following properties below.

Python The file “dna.seq” (on Blackboard) consists of several DNA sequences. Write a program that reads in the file “dna.seq” and counts the number of sequences with the following properties: The total number of sequences in the file The number of sequences that have the pattern CTATA The number of sequences that have more than […]

Scroll to top