Metadata-Version: 2.1
Name: pyevalis
Version: 0.0.6
Summary: Python package for PyEvalis
Home-page: https://github.com/Guryansh/temp7
Author: Guryansh
Author-email: guryanshsingla@gmail.com
License: MIT
Project-URL: Documentation, https://pyevalis.readthedocs.io/
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: ipython
Requires-Dist: ipywidgets
Requires-Dist: seaborn
Requires-Dist: tabulate

# PyEvalis

## Overview

PyEvalis is a Python library for building and evaluating machine learning models, specifically focusing on Random Forest and Decision Tree algorithms. It aims to simplify the process of model training and evaluation, making it accessible for both beginners and experienced data scientists.

## Features

- **Random Forest**: An ensemble learning method for classification and regression that builds multiple decision trees and merges their outputs for improved accuracy.
- **Decision Tree**: A straightforward model that uses a tree-like graph of decisions and their possible consequences, ideal for both classification and regression tasks.

## Installation

You can install My Package using pip. Run the following command in your terminal:

```bash
pip install pyevalis
