Code Monkey home page Code Monkey logo

rough-set's Introduction

🐍 Rough Set Python Package

pypi CI Commits Views GitHub LICENSE GitHub repo size GitHub Release Date - Published_At Streamlit App pypi Downloads pypi version

Rough Set Python Package is a Python library that provides a set of tools to calculate rough sets and obtain reduct rules. This package is useful for data analysis and machine learning tasks where you need to deal with uncertainty or incomplete data.

πŸ“¦ Installation

You can install Rough Set Python Package using pip command:

pip install roughset

πŸ“š Usage

With a example data Example data

from roughset import RoughSet

# Load data from a CSV file
df = pd.read_csv('example.csv')

# Create RoughSet object
RS = RoughSet(
    df=df,
    name_col="No",
    feature_col=['倩氣', 'δΊ‹ζ•…ζƒ…ε½’', 'δΊ‹ζ•…εŽŸε› '],
    decision_col='ζε£žιƒ¨δ½'
)
rules = RS.create_reduct_rules(include_empty=True)
rules

We will get the reduct rules. reduct rules result

rules_with_scores = RS.evaluate_metrics()
rules_with_scores

🀝 Contribution

If you want to contribute to Rough Set Python Package, you can fork the repository on GitHub and create a pull request. You can also report bugs, suggest new features, or ask for help in the issues section.

πŸ“œ License

Rough Set Python Package is released under the MIT License. You can find the details of the license in the LICENSE file.

rough-set's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

prudhvi1202

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.