Found 35 repositories(showing 30)
shankarpandala
Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
ChifiSource
lazy predictive modeling for julia
Sudarshan-gurav
Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning
224priya-rachel
Recent business research interests concentrated on areas of future predictions of stock prices movements which make it challenging and demanding. Researchers, business communities, and interested users who assume that future occurrence depends on present and past data, are keen to identify the stock price prediction of movements in stock markets. . Predicting market prices are seen as problematical, and as explained in the efficient market hypotheses (EMH) that was put forward by Fama (1990), the EMH is considered as bridging the gap between financial information and the financial market; it also affirms that the fluctuations in prices are only a result of newly available information; and that all available information reflected in market prices. We applied k-nearest neighbour algorithm in order to predict stock prices for a sample of five major companies listed on the NASDAQ stock market to assist investors, management, decision makers, and users in making correct and informed investments decisions. According to the results, the k-NN algorithm is mildly robust with a good accuracy; consequently, the results were rational and also reasonable. In addition, depending on the actual stock prices data; the prediction results were close and fairly parallel to actual stock prices. We implemented the k-NN algorithm from scratch on python 2.7 to conduct the experiments for the project. k-NN is an instance-based, competitive learning, and lazy learning algorithm. Instance based algorithms, sometimes called memory-based learning, are those algorithms that, instead of performing explicit generalization, use the instances seen in the training as a comparison standard. For k-NN, the entire training dataset is the model. When a prediction is required for an unseen data instance, the k-NN algorithm will search through the training dataset for the k-most similar instances. k-NN is a competitive learning model because a majority vote is performed among the selected k records to determine the class label and then assigned it to the query record. k-NN is considered a lazy learning that does not build a model or function previously, but yields the closest k records of the training data set that have the highest similarity to the test (i.e., query record). The prediction attribute of the most similar instances is summarized and returned as the prediction for the unseen instance. The similarity measure is dependent on the type of data. For real-valued data, the Euclidean distance can be used. Other types of data such as categorical or binary data, Hamming distance can be used. In the case of regression problems, the average of the predicted attribute may be returned. In the case of classification, the most prevalent class may be returned.
KasaVarun
Automated Machine Learning (AutoML) is a field of machine learning that automates many monotonous tasks of Machine learning. You can go from zero to hero with some basic Machine Learning knowledge and Python programming skills. In this project, you will explore "LazyPredict," a semi-automated ML library used to build many popular models using two s
praneeth300
When building machine learning models we are not sure which algorithem is best for our usecase , also it takes so much of time taking building each and every model. For this, A __Lazypredict__ is introduced it is a open source python package which is created by shakar rao pandala, it predicts the output based on __30__ algorithems , Sound great..
sinheechan
Custom.model, AutoML(Pycret, Lazy Predict) 기법의 인구소득예측 정확도 성능 분석
In the world today, cardiovascular diseases are the most common problem in the majority of people. There is a various problem that causes cardiac arrest such as people not concerned about there health, irregular eating habits, stress, laziness and eating preserved food. The heart is an organ that utilizes fatty acid for energy even in a well-fed state. All other organs in the body utilize glucose in a fed state. so when we have irregular food habits, it will increase the blood sugar level and cholesterol level, which leads to cardiac arrest . In this study, the raw dataset is collected of the patients who visited the hospital with heart-related issues that concerned with cardiac arrest. We perform the data preprocessing and cleaning for the dataset to balance the dataset, and then we applied several classifiers for model training. additionally, we used the pickling method to store our data in a separate file so the files can be easily accessible for the patients. This project aims to study different machine learning algorithms on a dataset to predict the possibility of cardiac arrest based on various controlled and uncontrolled variables.
speightadriand
What can I say? I'm lazy. :/
ArshadSheik
Lazy Predict is a Python Module to compare performance of various Machine Learning models on a dataset. This code gives an overview of how the LazyPredict Algorithm can be used for a classification and regression problems.
bahadirozcanli
No description available
Lazy Predict – Best Suitable Model.
jmil3000
Lazy predict runs multiple machine learning models on your code at once, as displayed here.
SpeciesXBeer
Utilizing Lazy Predict to Score Models
LazyPredict - Comparer rapidement plusieurs modèles de Machine Learning
LazyPredict is a Python library that helps you quickly compare many machine-learning models with very little code. It is mainly used for rapid prototyping and initial model benchmarking.
mastertechclases
here you can predict
iqbal1201
Machine Learning Model for Credit Score using Lazy Predictor
ParhamTalebian
No description available
Ganesh00000
lazy_predict is used to find best model without using hyperparameter tuning
devpsiarch
A cute and rather small and lazy model that predict the weather
IshanSingh611
Lazy Predict help build a lot of basic models without much code and helps understand which models works better without any parameter tuning.
danielkiv
A spatial version of lazy_predict: easily test a variety of spatial and aspatial regression models on your data.
filopacio
Basic Implementation of Lazy Predict and Streamlit to deploy a model for cardiovascular disease prediction on a web app
Hassan-Elhefny
Lazy Predict is an amazing library to choose the best model in classification and regression that meet our targets.
moooadnan7
This Jupyter Notebook demonstrates how to use the Lazy Predict library to quickly train and evaluate multiple machine learning models with minimal code. Lazy Predict automates the process of model selection and comparison by running various algorithms and providing performance metrics like accuracy, precision, recall, and F1-score.
vatsaltailor
Exploring AutoML here using the Lazy Predict library in Python to apply lots of different regression models for the task of Stock Prediction.
gehad-Ahmed30
This repository showcases a comparison of AutoML frameworks—PyCaret, Lazy Predict, and H2O AutoML—by evaluating multiple models automatically and analyzing their performance. 🚀
mayankprasad1431992
Used KNN model in health care domain for predicting whether the person is having diabetes or not. KNN should be used only with small datasets as it is a lazy learner.
Kalyan-Subramani
The aim of this project is to develop an automated system to accurately detect malware from ember data using ML and lazy prediction techniques. It uses a dataset which contains features of a file, then uses Lazy Predict to quickly evaluate many machine learning models. The best models are trained for the detection of malware.