Pinned Repositories
ACDAnalyticsSession3
Assignments for 3rd session classes
ACDAnalyticsSession4
Assignment for session 4
ACDBigDataSession12
Assignment for session 12
ACDBigDataSession13
Assignment for session 13
ACDBigDataSession14
Assignments for 14th session
ACDBigDataSession16
Assignment for session 16
ACDBigDataSession18
Assignment for session 18
ACDBigDataSession19
Assignment for session 19
ACDBigDataSession20
Assignment for session 20
SupplyChainAnalyticsCaseStudy
subho22's Repositories
subho22/SupplyChainAnalyticsCaseStudy
subho22/ACDAnalyticsSession3
Assignments for 3rd session classes
subho22/ACDAnalyticsSession4
Assignment for session 4
subho22/ACDBigDataSession12
Assignment for session 12
subho22/ACDBigDataSession13
Assignment for session 13
subho22/ACDBigDataSession14
Assignments for 14th session
subho22/ACDBigDataSession16
Assignment for session 16
subho22/ACDBigDataSession18
Assignment for session 18
subho22/ACDBigDataSession19
Assignment for session 19
subho22/ACDBigDataSession20
Assignment for session 20
subho22/ACDBigDataSession5
Task for session 5
subho22/ACDBigDataSession6
Assignment for session 6
subho22/ACDBigDataSession7
We have employee_details and employee_expenses files. Use local mode while running Pig and write Pig Latin script to get below results: (a) Top 5 employees (employee id and employee name) with highest rating. (In case two employees have same rating, employee with name coming first in dictionary should get preference) (b) Top 3 employees (employee id and employee name) with highest salary, whose employee id is an odd number. (In case two employees have same salary, employee with name coming first in dictionary should get preference) (c) Employee (employee id and employee name) with maximum expense (In case two employees have same expense, employee with name coming first in dictionary should get preference) (d) List of employees (employee id and employee name) having entries in employee_expenses file. (e) List of employees (employee id and employee name) having no entry in employee_expenses file.
subho22/ACDBigDataSession8
Write a wordcount program to implement wordcount using Pig
subho22/Banking-Special-Service
Hypothesis Generation for offering a special service
subho22/BigDataSession2
Assignments for 2nd session
subho22/BikeSharingKaagleDataAnalysis
Have explore the data in the form of boxplot and histogram from Bike dataset to show the dependancy of the variables which affect the sales of Bike count.
subho22/CentralLimitAndConfidenceInterval
Assignments For Central Limit Theorem and Confidence Interval
subho22/DataVisualizationinRAcadTest
Demonstrate the Visualization in R
subho22/DecisionTreeImplementaionInR
Create function to build a decision tree on iris dataset. Use Species as target variable and rest as a list of independent variables.
subho22/FunctionsInRACADTest
Demostrate the functions in R
subho22/HealthInsuranceLeadPrediction
subho22/IntelloLabsDemo
This is Java Window Application in which an user will provide some details on the front end and it will pass the details to the backend (MYSQL) and it will run a Python file about 5 seconds. It is implemented based on the blocking queue principle in which each request will be processed in a FIFO manner.
subho22/NaiveBayesClassificationInR
Use data HouseVotes84 . Classify the people as republican and democrat using Naïve Bayes. Create a confusion matrix and showing the accuracy level
subho22/NYCTaxiTripDuration
It is a kaggle challenge to build a model that predicts the total ride duration of taxi trips in New York City. Your primary dataset is one released by the NYC Taxi and Limousine Commission, which includes pickup time, geo-coordinates, number of passengers, and several other variables. Created new features from the given features of a dataset.Analysed the missing data. Did some data exploration by using different features in Feature Engineering step. And used XGBoost model for prediction
subho22/personal_data_science_projects
subho22/StatisticsAndDataExplorationAcadTest
Have explore the data in the form of boxplot,histogram or ther visualizations
subho22/TextMiningInPythonCourSera
Asssignment for the course Of Text Mining in Python
subho22/USA-Crime-Analysis-Project
Used Pig script for solving the queries