GithubHelp home page GithubHelp logo

Comments (6)

petrovicboban avatar petrovicboban commented on June 1, 2024

I have no Data Science skills and experience, so I need more details here. It's very likely I would need serious DS training to get into it, and I can't be productive in this domain yet.

from rforestry.

edwardwliu avatar edwardwliu commented on June 1, 2024

I see your concerns. I shared some additional context via Slack, but IIUC you don't have access or to email for the next two weeks, is that correct? This request stems from an exploration of sklearn compatibility by others that I've uploaded here. I think running check_estimator() in the example then addressing pure syntax changes could be an appropriate starting point. Let me know if you run into specific issues or continue to have concerns.

from rforestry.

petrovicboban avatar petrovicboban commented on June 1, 2024

I still have no idea of what's going on in that code and what the goal is. No idea what sklearn/ray is too, I have no exposure to ds frameworks at all.
DS is not something I can jump in just like that, without any theoretical knowledge. I'm sorry but you'll have to reassign this task to someone else.

from rforestry.

edwardwliu avatar edwardwliu commented on June 1, 2024

Thanks for sharing the context. I shared some details earlier over Slack, but realize you may not have access. Let's chat tomorrow about the best path forward!

from rforestry.

edwardwliu avatar edwardwliu commented on June 1, 2024

Chatted about this, appreciate you taking the time to sync. Documenting some of the additional context discussed here.

The Python package was originally developed with the intention of natively following an interface called "scikit-learn", but deltas have been introduced over time. The interface defines some requirements for class initialization, function naming, and parameter. Adhering to this interface allows easy integration with many other Python libraries that can parallelize model training or improve performance. The fixes should be syntactical and be limited to appropriately extending class requirements. However, if any errors touch model logic, requires data science context, or if any questions arise at all, please tag me and I'll resolve those myself as soon as I can.

The starting step is to run and eventually pass the following check:

from random_forestry import RandomForest
from sklearn.utils.estimator_checks import check_estimator

check_estimator(RandomForest())

The checks can be found in estimator_checks.py() with details outlined in the documentation starting from this section and below. The bulk of the change should be the following:

  • Renaming getter and setter methods to get_params and set_params
  • Explicitly define __init__() that aligns with params
  • Functions with the data frame argument newdata should be renamed X

Other changes may be class specific so as mentioned above, let's work closely on this if questions arise!

from rforestry.

Ilia-Shutov avatar Ilia-Shutov commented on June 1, 2024

Created PR #146

from rforestry.

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.