Datascience24
Please message me using Send Message option for new assignment requests.
- 158
- 0
- 10
Community
- Seguidores
- Siguiendo
11 Comentarios recibidos
168 artículos
Text_Analytics_Week2_NEC_Solved
Using the attached spam dataset, create a tidy dataframe. Show your code and the results. Comment your code showing your understanding of what the code is doing line by line.
- Book & Paket-Deal
- Examen
- • 3 páginas •
Using the attached spam dataset, create a tidy dataframe. Show your code and the results. Comment your code showing your understanding of what the code is doing line by line.
Visual_Analytics_Week4_NEC_Solved
Show meta data from the mpg dataframe using summary(). 
Show metadata from the gapminder dataframe 
assign ggplot(data = gapminder, mapping = aes(x = gdpPercap, y = lifeExp) to the variable 'p' 
find the structure of the p object. 
add () to the p object. Show p. 
replace () with h(). Show p. 
return to and add h(). Show p. 
add the linear element to the h function. Show p. 
change the x axis scare to log10. Show p. 
try scale_y_log10(). Show p. 
change the method to gam from lm. Show p. 
re...
- Book & Paket-Deal
- Examen
- • 19 páginas •
Show meta data from the mpg dataframe using summary(). 
Show metadata from the gapminder dataframe 
assign ggplot(data = gapminder, mapping = aes(x = gdpPercap, y = lifeExp) to the variable 'p' 
find the structure of the p object. 
add () to the p object. Show p. 
replace () with h(). Show p. 
return to and add h(). Show p. 
add the linear element to the h function. Show p. 
change the x axis scare to log10. Show p. 
try scale_y_log10(). Show p. 
change the method to gam from lm. Show p. 
re...
Python_and_Data_Analytics_NEC_Week4_Solved
1.	Write a program named count_ that prompts the user for a string and then displays a count of each of the vowels (a, e, i, o, u) and the total number of vowels contained in that string. Hint: Remember that vowels can also be uppercase letters. 
2.	Write a program named split_ that accepts a string in the format Age.FirstName and returns the value FirstName is Age years old. Length of Mary is X. Example: 22.Mary >> Mary is 22 years old. Length of Mary is 4.
- Examen
- • 2 páginas •
1.	Write a program named count_ that prompts the user for a string and then displays a count of each of the vowels (a, e, i, o, u) and the total number of vowels contained in that string. Hint: Remember that vowels can also be uppercase letters. 
2.	Write a program named split_ that accepts a string in the format Age.FirstName and returns the value FirstName is Age years old. Length of Mary is X. Example: 22.Mary >> Mary is 22 years old. Length of Mary is 4.
Python_and_Data_Analytics_NEC_All_14_Weeks_Solved
Python_and_Data_Analytics_NEC_All_Weeks_Solved with comments. Use this document as a reference to solve the problems. It is for instructional purpose only, do not copy paste. Don't share the document, instead share the link to this advertisement.
- Lote
- • 12 artículos •
- Python_and_Data_Analytics_NEC_Week1_Solved • Examen
- Python_and_Data_Analytics_NEC_Week2_Solved • Examen
- Python_and_Data_Analytics_NEC_Week3_Solved • Examen
- Python_and_Data_Analytics_NEC_Week5_Solved • Examen
- Python_and_Data_Analytics_NEC_Week6_Solved • Examen
- Y mas...
Python_and_Data_Analytics_NEC_All_Weeks_Solved with comments. Use this document as a reference to solve the problems. It is for instructional purpose only, do not copy paste. Don't share the document, instead share the link to this advertisement.
Python_and_Data_Analytics_NEC_Week4_Solved
1.	Write a program named count_ that prompts the user for a string and then displays a count of each of the vowels (a, e, i, o, u) and the total number of vowels contained in that string. Hint: Remember that vowels can also be uppercase letters. 
2.	Write a program named split_ that accepts a string in the format Age.FirstName and returns the value FirstName is Age years old. Length of Mary is X. Example: 22.Mary >> Mary is 22 years old. Length of Mary is 4.
- Examen
- • 1 páginas •
1.	Write a program named count_ that prompts the user for a string and then displays a count of each of the vowels (a, e, i, o, u) and the total number of vowels contained in that string. Hint: Remember that vowels can also be uppercase letters. 
2.	Write a program named split_ that accepts a string in the format Age.FirstName and returns the value FirstName is Age years old. Length of Mary is X. Example: 22.Mary >> Mary is 22 years old. Length of Mary is 4.
Python_and_Data_Analytics_NEC_Week14_Solved
1.	Write a program named plot_ with the following parameters: mean value- 24, standard deviation - 10, sample size- 750,000, graph bars- 100.
- Package deal
- Examen
- • 1 páginas •
1.	Write a program named plot_ with the following parameters: mean value- 24, standard deviation - 10, sample size- 750,000, graph bars- 100.
Python_and_Data_Analytics_NEC_Week12_Solved
1.	Write a program named find_. Accept ints from user until the user enters a 0. Then calculate mean, median and standard deviations of all entered values. Display stats. 
2.	(Extra Credit). Same setup with program find_. Include mode using SciPy
- Package deal
- Examen
- • 2 páginas •
1.	Write a program named find_. Accept ints from user until the user enters a 0. Then calculate mean, median and standard deviations of all entered values. Display stats. 
2.	(Extra Credit). Same setup with program find_. Include mode using SciPy
Python_and_Data_Analytics_NEC_Week11_Solved
1.	Write a program named guess_. Use NumPy to generate a random number between 1 and 100. Accept int input and ask user to guess number. Inform if high or low. Exit when entered number correct. Tell user how many tries it took to guess number.
- Package deal
- Examen
- • 1 páginas •
1.	Write a program named guess_. Use NumPy to generate a random number between 1 and 100. Accept int input and ask user to guess number. Inform if high or low. Exit when entered number correct. Tell user how many tries it took to guess number.
Python_and_Data_Analytics_NEC_Week10_Solved
1.	Write a program named double_ that contains a 2-D array containing two arrays with the values 1,2,3 and 4,5,6. Check and report on the array's dimensions 
2.	(Extra Credit) Write a program named even_ that uses arrange and step to create an array of all the even integers from 30 to 70
- Package deal
- Examen
- • 1 páginas •
1.	Write a program named double_ that contains a 2-D array containing two arrays with the values 1,2,3 and 4,5,6. Check and report on the array's dimensions 
2.	(Extra Credit) Write a program named even_ that uses arrange and step to create an array of all the even integers from 30 to 70
Python_and_Data_Analytics_NEC_Week9_Solved
1.	Write a program named python_to_ that takes a Python Dictionary object and converts it to a JSON file using .dumps. Object should define a celebrity. 
2.	Write a program named json_to_ that reverses the process, from json to python using .loads,
- Package deal
- Examen
- • 1 páginas •
1.	Write a program named python_to_ that takes a Python Dictionary object and converts it to a JSON file using .dumps. Object should define a celebrity. 
2.	Write a program named json_to_ that reverses the process, from json to python using .loads,
Nutrition_Case_Study_ML_Week8_NEC
Fundamentals_of_general_additive_models_ML_Week7_NEC
Santander_Bank_Case_Study_ML_Week6_NEC
Fundamentals_of_ensemble_modeling_Week5_NEC
Fundamentals_of_ensemble_modeling_Week5_NEC