Skip to content
View alimovabdulla's full-sized avatar

Block or report alimovabdulla

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alimovabdulla/README.md

Pinned Loading

  1. GridSearchHelper GridSearchHelper Public

    GridSearchHelper - A Python library created by @alimovabdulla that automates hyperparameter tuning by generating param_grid for compatible models and simplifying GridSearchCV. 🚀

    Python

  2. DecisionTree DecisionTree Public

    A decision tree is a supervised learning model for classification and regression. It splits data based on feature values, creating a tree structure. Nodes represent features, branches represent dec…

  3. ANOVA ANOVA Public

    This project demonstrates how to perform ANOVA (Analysis of Variance) in Python using scipy.stats. ANOVA is used to compare the means of three or more groups to determine if at least one group mean…

    Jupyter Notebook

  4. EDA EDA Public

    EDA is the process of analyzing data to summarize its main characteristics, often with visualizations. It includes data cleaning, descriptive statistics, and identifying patterns, relationships, or…

  5. KNN KNN Public

    K-Nearest Neighbors

    Jupyter Notebook

  6. MiniECommerce MiniECommerce Public

    Mini ECommerce With Angular

    C#