Git Product home page Git Product logo

assesspy's Issues

Add Gini index to AssessPy functions

This issue is a clone of ccao-data/assessr#3. It is intended to maintain parity between the two packages.

Recent literature from the IAAO and others has suggested using a Gini-like index for measuring vertical equity in property assessments. We should add such a measurement to this package and the [ccao](ccao-data/ccao] package, then add it to our existing batch of output statistics.

See https://researchexchange.iaao.org/jptaa/vol17/iss2/2/ and https://www.sciencedirect.com/science/article/abs/pii/S1051137723000372.

Python package checklist

  • Add new Gini function with assesspy/formulas.py
  • Make sure your code updates meet styling and linting requirements (black + pyright)
  • Use reStructuredText Markup for documentation and build documentation updates by running sphinx locally.
  • Add unit tests, copying the existing tests for cod()
  • Run unit tests using tox
  • Make pull request
  • Cut new release version in GitHub

Bump version

For cleaned up version on GitHub bump to 1.0.2

  • In package config/setup.py
  • In docs
  • On pypy
  • Create GitHub release + git tag

Update and simplify Python packaging

We currently use setup.py, requirements.txt, and a few other files to setup the package infrastructure for assesspy. Recent Python packages have moved toward consolidating their metadata, dependencies, etc in a pyproject.toml file. Here is an example package: https://github.com/r5py/r5py. We should consider moving to this format in order to simplify package building and management.

The downside of this is likely reduced compatibility with prior version of Python. The upside is reduced complexity + the ability to define build-only dependencies. If we decide to implement this issue, we should make numpy the sole dependencies of this package.

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.