MoinDalvs
Data scientist in the making, enthusiast, self-learner, seeking to leverage the machine learning, artificial intelligence, and data science skills
Navi Mumbai
Pinned Repositories
Excelr_Data_Science_Assignments
Find all EXCELR Data Science Assignment Here
Forecasting_Airline_Passengers_Traffic
Forecast the Airlines Passengers. Prepare a document for each model explaining how many dummy variables you have created and RMSE value for each model. Finally which model you will use for Forecasting.
Gradient_Boosting_Algorithms_From_Scratch
4 Boosting Algorithms You Should Know – GBM, XGBoost, LightGBM & CatBoost
Learn_EDA_for_Data_Science
Univariate, Bivariate and Multi-variate Analysis
Learn_Feature_Engg_Time_Series
Feature Engineering on Time Series Dataset (Flight Price Prediction)
Learn_Feature_Engineering
Data Set: House Prices: Advanced Regression Techniques Feature Engineering with 80+ Features
Learn_Statistics_for_Data_science
Central tendency, distribution, skewness and kurtosis
Resume_Screening_and_Parser
Business objective- The document classification solution should significantly reduce the manual human effort in the HRM. It should achieve a higher level of accuracy and automation with minimal human intervention Sample Data Set Details: Resumes and financial documents
Time_Series_Forecasting_From_Scratch
Web_Scraping_Amazon_Product_Reviews
Web Scraping Amazon Reviews with Multiple Pages loop till the Last Page
MoinDalvs's Repositories
MoinDalvs/Excelr_Data_Science_Assignments
Find all EXCELR Data Science Assignment Here
MoinDalvs/Resume_Screening_and_Parser
Business objective- The document classification solution should significantly reduce the manual human effort in the HRM. It should achieve a higher level of accuracy and automation with minimal human intervention Sample Data Set Details: Resumes and financial documents
MoinDalvs/A_Guide_for_Actuarial_Science
What is Actuarial analyst ? what are their responsibilities, skills required and interview questions
MoinDalvs/EXCELR_Data_Analyst_SQL_Assignment_Part3
1. Write a stored procedure that accepts the month and year as inputs and prints the ordernumber, orderdate and status of the orders placed in that month.
MoinDalvs/Assignment_Association_Rules
MoinDalvs/EXCELR_Data_Analyst_SQL_Assignment_Part1
1. create a database called 'assignment' (Note please do the assignment tasks in this database)
MoinDalvs/EXCELR_Data_Analyst_SQL_Assignment_Part2
1. select all employees in department 10 whose salary is greater than 3000. [table: employee]
MoinDalvs/Connect_MySQL_with_Python
How to connect MySQL with Python and write Queries to convert table into pd.DataFrame()
MoinDalvs/ExcelR_Data_Analyst_Python_Assignment
Learn Python
MoinDalvs/Interview_QnA_Statistics_Data_Science
Data Science Statistics Interview Questions
MoinDalvs/CO2_Emission_Forecasting
P-140 Air Quality forecasting(CO2 emissions) Business Objective: To forecast Co2 levels for an organization so that the organization can follow government norms with respect to Co2 emission levels. Data Set Details: Time parameter and levels of Co2 emission
MoinDalvs/From-the-following-tables-write-a-SQL-query-to-display-the-customer-name-customer-city-grade-deli
Assignment 3: From the following tables write a SQL query to display the customer_name, customer city, grade, deliveryagent. deliver yagent city. The result should be ordered by ascending on customer_id. customer table: customer_id|customer_name | city | grade | deliver yagent_id 3002|NickRimando |New York | 100 | 5001 3007 | Brad Davis | New York | 200 | 5001 3005 | Graham Zusi | California | 200 | 5002 3008 | Julian Green [London | 300 | 5002 3004 | Fabian Johnson | Paris | 300 | 5006 3009 | Geoff Cameron | Berlin {| 100 | 5003 3003 | Jozy Altidor {Moscow | 200 | 5007 3001 | Brad Guzan | London | | 5005 deliveryagent table deliveryagent_id| name | city | commission 5001 | James Hoag | New York | 0.15 5002 | Nail Knite | Paris | 013 5005 | Pit Alex [London | 0.1 5006 | Mc Lyon | Paris | 0.44 5007| Paul Adam | Rome | 0.13
MoinDalvs/How_to_Convert_Docx_or_doc_to_PDF_in_Python
Convert any file .docx or doc into .pdf file
MoinDalvs/How_to_convert_pdf_doc_or_any_file_into_docx_in_python
Convert .pdf, .doc or any file into docx using python
MoinDalvs/How_to_Convert_PDF_to_DOCX_in_Python
How to convert .pdf extension files into .docx file in python?
MoinDalvs/Learn_Statistics_for_Data_science
Central tendency, distribution, skewness and kurtosis
MoinDalvs/Python_for_Data_Science
1.Python Basics function
MoinDalvs/Recommendation_system_for_beginners
MoinDalvs/Resume_Classification
Business objective- The document classification solution should significantly reduce the manual human effort in the HRM. It should achieve a higher level of accuracy and automation with minimal human intervention
MoinDalvs/Book_Recommendation_System
Build a Book Recommendation System
MoinDalvs/Complete-Python-3-Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
MoinDalvs/Data_Analyst_Challenge
Overview Please understand the below mentioned real-life scenario and try to solve the challenge.
MoinDalvs/Learn_Feature_Engineering
Data Set: House Prices: Advanced Regression Techniques Feature Engineering with 80+ Features
MoinDalvs/Learn_hypothesis_testing_for_Data_science
Hypothesis for Data Science
MoinDalvs/Learn_Microsoft_SQL_Server
Microsoft SQL Server Management System
MoinDalvs/MoinDalvs
Config files for my GitHub profile.
MoinDalvs/MS_SQL_for_Beginners
MoinDalvs/MySQL_DDL_DML_TCL_and_more
MYSQL_Basics
MoinDalvs/Web_Scraping_Amazon_Product_Reviews
Web Scraping Amazon Reviews with Multiple Pages loop till the Last Page
MoinDalvs/Web_Scraping_Amazon_products_Image_and_URL
E-commerce companies use recommendation systems to provide suggestions to the customers. They use item-item collaborative filtering, which scales to massive datasets and produces high quality recommendation systems in the real time. This system is a kind of an information filtering system which seeks to predict the "rating" or preferences which user is interested in.