Giter VIP home page Giter VIP logo

Comments (7)

FlorianWetschoreck avatar FlorianWetschoreck commented on August 18, 2024

Hi,
thank you for contributing and for opening the issue before opening a pull request.
Our goal is to provide the statements in the "typical, conventional way". So basically it should be the answer to:
"How did you import tSNE in your last script?"

According to the scikit-learn docs it would be:
from sklearn.manifold import TSNE

Is this also how you did use it?
Then I suggest to add it exactly like this:
TSNE = LazyImport("from sklearn.manifold import TSNE")

The same for the other imports. We always try to provide the conventional best practice as long as there are no overlaps.

Please note that we will not support general imports like "from sklearn import *" in order to be able to explicitly manage the available names and detect possible collisions.

from pyforest.

Mayanksoni20 avatar Mayanksoni20 commented on August 18, 2024

Alright. I will add and open a pull request.

from pyforest.

FlorianWetschoreck avatar FlorianWetschoreck commented on August 18, 2024

Great, looking forward to it :)

from pyforest.

Mayanksoni20 avatar Mayanksoni20 commented on August 18, 2024

Done :) Please let me know if its in the correct format, next up i will add some clustering stuff and error metrics. Maybe Linear and Logistic regression too.

from pyforest.

Mayanksoni20 avatar Mayanksoni20 commented on August 18, 2024

Hi Florian, Any update on the pull request ?

from pyforest.

FlorianWetschoreck avatar FlorianWetschoreck commented on August 18, 2024

Hi, we are currently super busy on bamboolib. Since there are a couple of pull requests, we will hopefully review them all in one session at least by the end of this week. :)

from pyforest.

Mayanksoni20 avatar Mayanksoni20 commented on August 18, 2024

Sure, I can see that the the PR has now been merged. Closing this issue.

from pyforest.

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.