Giter Site home page Giter Site logo

Comments (4)

arjunpuri7 avatar arjunpuri7 commented on September 8, 2024

sir,
I want to use costcla library on my datasets as I am importing from costcla import models I am facing error that no module of sklearn.cross_validation. As it present in sklearn.model_selection. please help me to uses this package on my datasets

from costsensitiveclassification.

anilkumarpanda avatar anilkumarpanda commented on September 8, 2024

The code repository has been updated to work with sklearn.model_selection but it has not been pushed to pypi . To use the code :

  1. Clone the repository to your local environment .
  2. cd CostSensitiveClassification
  3. pip install .

You should be able to use the latest version of the code . A few minor changes may be required to make to tutorial notebook work .

from costsensitiveclassification.

hnslyh avatar hnslyh commented on September 8, 2024

You need to change the sentense in Anaconda3\Lib\site-packages\costcla-0.5-py3.7.egg\costcla\models, open cost_ensemble.py. Then change [from sklearn.cross_validation import train_test_split] to [sklearn.model_selection import train_test_split]

from costsensitiveclassification.

albahnsen avatar albahnsen commented on September 8, 2024

Done. Sorry for the delay

from costsensitiveclassification.

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.