GithubHelp home page GithubHelp logo

Sergei's Projects

a-b-testing-t-test-example-fare-amount-for-taxi icon a-b-testing-t-test-example-fare-amount-for-taxi

This project is made on the basis of the learning task in Google certification "Advanced Data analytics". Project Goal: explore the relationship between the type of payment and the amount of fare a customer pays. A/B testing implementation: scipy.stats.ttest_ind().

automatidata-case icon automatidata-case

This project is based on the Google Advanced Data analytics certification training assignment. The goal of this model is to predict whether or not a customer is a generous tipper. Implementation: sklearn.ensemble.RandomForestClassifier() and xgboost.XGBClassifier().

binary-logistic-regression-model-example icon binary-logistic-regression-model-example

This project is based on the Google Advanced Data analytics certification learning assignment. The goal of the project: to predict whether a customer will be satisfied with a company's services. Since the outcome variable is a binary variable, a Binary Logistic Regression Model was built. Implementation: sklearn.linear_model.LogisticRegression().

decision-tree-model-example icon decision-tree-model-example

This project is based on the Google Advanced Data analytics certification training assignment. The goal of the project: to develop a model that can predict whether a customer will be satisfied ( the outcome variable is binary: 0 - dissatisfied, 1 - satisfied) with the services of an airline. Implementation: sklearn.tree.DecisionTreeClassifier().

hypothesis-testing icon hypothesis-testing

This repository contains files with some hypothesis testing steps. The repository is gradually being updated with new files. These variants of data hypothesis testing were performed as part of Google Advanced Data Analytics certification training assignments.

k-means-algorithm-example icon k-means-algorithm-example

This project is based on the Google Advanced Data analytics certification training assignment. The aim of the project: to partition a dataset with information about penguins and check how many species of penguins are collected in the dataset and whether there are hidden relationships. Implementation: sklearn.cluster.KMeans().

multiple-linear-regression-model-example icon multiple-linear-regression-model-example

This project is based on the Google Advanced Data analytics certification training assignment. The goal of the project is to develop a model that can predict the cost of a trip for a taxi customer. Multiple Linear Regression was chosen as the model. Implementation: sklearn.linear_model.LinearRegression().

multiple-linear-regression-model-ols-example icon multiple-linear-regression-model-ols-example

This project is based on the Google Advanced Data analytics certification training assignment. The goal of the project is to develop a model that can predict sales depending on where the advertisement is placed (radio, TV, social media). Multiple Linear Regression was chosen as the model. Implementation: statsmodels.formula.api.ols().

naive-bayes-model-example icon naive-bayes-model-example

This project is based on the Google Advanced Data analytics certification training assignment. Gaussian Naive Bayes has been chosen as the model. Implementation: sklearn.naive_bayes.GaussianNB().

random-forest-model-with-tunning-parameters icon random-forest-model-with-tunning-parameters

This project is based on the Google Advanced Data analytics certification training assignment. The goal of the project: to develop a model that can predict whether a customer will be satisfied ( the outcome variable is binary: 0 - dissatisfied, 1 - satisfied) with the services of an airline. Implementation: sklearn.ensemble.RandomForestClassifier()

salifort-motors-student-case icon salifort-motors-student-case

This project was carried out on the basis of the final Google Advanced Data Analytics certification project. The results of the project include research and preparation of information for building suitable models, construction of necessary visualisations, training and testing of models, as well as executive summary.

simple-linear-regression-model-examples icon simple-linear-regression-model-examples

This project is based on the Google Advanced Data analytics certification training assignment. The goal of the project is to predict sales based on radio and TV advertising data separately. Simple Linear Regression was chosen as the model. Implementation: statsmodels.formula.api.ols().

xgboost-model-example icon xgboost-model-example

This project is based on the Google Advanced Data analytics certification training assignment. Project goal: to develop a model that can predict whether a customer will be satisfied (the outcome variable is binary: 0 - dissatisfied, 1 - satisfied) with an airline's services. XGBoost was chosen as the model. Implementation: xgboost.XGBClassifier().

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.