Code Monkey home page Code Monkey logo

Comments (5)

FlorianWetschoreck avatar FlorianWetschoreck commented on August 22, 2024

Hey,

this might have to do with the implicit assumptions about the data types and thus the chosen evaluation metric.
e.g. numeric data with only a few categories have been treated as categoric but now they are treated as numeric unless you change their data type.
Can you maybe share some more information about the columns that changed their scores? e.g. data types, unique values, distributions, ppscore before?

from ppscore.

josecmontes avatar josecmontes commented on August 22, 2024

Hi Florian Wetschoreck,

Unfortunatly, I am not able to share much of the data here. I have tried with a different dataset now and all values of the ppscore are 0 (which I doubt it)

As mentioned I had to upgrade te ppscore because it was given me an error [AttributeError: module 'ppscore' has no attribute 'predictors' ]. When doing so I lost all data on the previous scores but I have multiple ones with more than 0 and now just 2. I am sure this has to do with something of the dtypes (it is worth mentioning that data and code is the same, the only change was the upgrade of version so it is kind of strange in that sense).

I can share the results of some coulmns and the data types below. As mentioned I just tried a diferent dataset and all ppscores are 0.

This library was really usefull to me so if there is anything I can help let me know.

image

sabi_sum_ingresos_ult1 float64
sabi_sum_result_ult1 float64
sabi_sum_empleados_ult1 int64
sabi_bas_condicion object
sabi_bas_falcon_crs_actual int64
sabi_bas_falcon_prob_incump float64
sabi_bas_falcon_lim_credito int64
sabi_bas_more_punt_corriente object
sabi_bas_more_prob_incump float64
sabi_bas_more_credit_limit int64
sabi_bas_wvb_global_score object
sabi_bas_puntuacion_crif int64
sabi_bas_crif_min int64
sabi_bas_vadis_p2bb float64
target int64

from ppscore.

FlorianWetschoreck avatar FlorianWetschoreck commented on August 22, 2024

Hi Jose,

sorry to hear that the new results are not so useful to you anymore.

Currently, you have the following options:

  • adjust the dtypes of your columns to string (categoric)
  • downgrade ppscore to a lower version (probably without being able to use .predictors any more but you can just manually calculate this yourself when looping over the columns)

Please let me know if this worked for you,
Florian

from ppscore.

josecmontes avatar josecmontes commented on August 22, 2024

I simply went back to 0.0.4 and it worked without changing anything

from ppscore.

FlorianWetschoreck avatar FlorianWetschoreck commented on August 22, 2024

Happy to hear that :)

from ppscore.

Related Issues (20)

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.