Giter VIP home page Giter VIP logo

Aryan Raj's Projects

assignment-04-simple-linear-regression-2 icon assignment-04-simple-linear-regression-2

Assignment-04-Simple-Linear-Regression-2. Q2) Salary_hike -> Build a prediction model for Salary_hike Build a simple linear regression model by performing EDA and do necessary transformations and select the best model using R or Python. EDA and Data Visualization. Correlation Analysis. Model Building. Model Testing. Model Predictions.

bioactivity--drug-discovery icon bioactivity--drug-discovery

This bioinformatics project predicts bioactivity using data preprocessing, descriptor calculation, and machine learning models. It involves loading bioactivity data, calculating Lipinski descriptors, normalizing IC50 values, and using PaDEL-Descriptor for fingerprint calculations. Finally, it builds a Random Forest Regressor model to evaluate

breast-cancer-analysis icon breast-cancer-analysis

This code performs an analysis on the Breast Cancer Wisconsin dataset, including generating a pair plot and calculating descriptive statistics. It also performs cluster analysis on the data using Agglomerative Clustering and plots the resulting clusters.

car-price-hypothesis icon car-price-hypothesis

This code performs a one-sample t-test on the enginesize column of the CarPrice_Assignment.csv dataset to determine whether the mean value of this column is significantly different from 120.

clothing_similarity_search icon clothing_similarity_search

The goal of this project is to create a machine learning model capable of receiving text describing a clothing item and returning a ranked list of links to similar items from different websites. Your solution must be a function deployed on Google Cloud that accepts a text string and returns JSON responses with ranked suggestions.

eda-iris icon eda-iris

This code uses pandas and various visualizations to perform EDA on a dataset of iris flower data. Summary statistics, scatter plots, pair plots, a heatmap, and a box plot are used to explore the data and identify patterns and relationships between features.

hierarchical-clustering-of-iris-data icon hierarchical-clustering-of-iris-data

This code performs hierarchical clustering on the Iris dataset, using the Agglomerative Clustering method to group the data into 3 clusters. It also generates a dendrogram plot to help determine the optimal number of clusters and plots the resulting clusters using different colors.

hierarchical-clustering-wholesale-customer icon hierarchical-clustering-wholesale-customer

This code performs hierarchical clustering on a dataset of wholesale customer data. It uses the Agglomerative Clustering method to group the data into 2 clusters and visualizes the clusters using a scatter plot. The code also generates a dendrogram plot to help determine the optimal number of clusters

text-analysis icon text-analysis

The Python script performs text processing on a set of URLs by extracting article text using BeautifulSoup and creating a directory of text files. It then loads stop word files and NLTK stop words, and creates a positive and negative words dictionary. The script also defines a function to count syllables in a given text.

user-purchase-prediction icon user-purchase-prediction

This code is a machine learning model that uses logistic regression to predict whether a user will purchase a product or not, based on the user's age and estimated salary. It applies feature scaling to the input data and evaluates the model's performance using a confusion matrix and an accuracy score.

xg-boost-telecom icon xg-boost-telecom

This code is for applying the XGBoost algorithm on a telecom dataset. The dataset is first loaded and some basic information about it is printed, such as the number of null values and the data types of each column. The input variables and target variable are then separated, and the input variables are one-hot encoded.

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.