Giter VIP home page Giter VIP logo

Comments (4)

AutoViML avatar AutoViML commented on June 2, 2024

Hi @sungla55guy 👍 yes I know tensorflow is a difficult one to install. Let me make it optional.
You will see it soon. I will update you here.
Is there any thing else you see that you'd like to change?
Auto Vimal

from featurewiz.

AutoViML avatar AutoViML commented on June 2, 2024

I have made changes to featurewiz. Just upgrade to the latest version and test.

from featurewiz.

emrynHofmannElephant avatar emrynHofmannElephant commented on June 2, 2024

I've got v 0.5.7 and it's still telling me tensorflow is required?
I'm just trying to use SULOV if that helps at all?

Also getting this error: (maybe because I can't install tf):

{
	"name": "NameError",
	"message": "name 'layers' is not defined",
	"stack": "---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
Cell In[55], line 1
----> 1 import featurewiz

File \\Lib\\site-packages\\featurewiz\\__init__.py:10
      1 # -*- coding: utf-8 -*-
      2 ################################################################################
      3 #     featurewiz - advanced feature engineering and best features selection in single line of code
   (...)
      7 ################################################################################
      8 # Version
      9 from .__version__ import __version__
---> 10 from .featurewiz import featurewiz
     11 from .featurewiz import FE_split_one_field_into_many, FE_add_groupby_features_aggregated_to_dataframe
     12 from .featurewiz import FE_start_end_date_time_features

File \\Lib\\site-packages\\featurewiz\\featurewiz.py:49
     47 from .my_encoders import Rare_Class_Combiner, Rare_Class_Combiner_Pipe, FE_create_time_series_features
     48 from .my_encoders import Column_Names_Transformer
---> 49 from .auto_encoders import DenoisingAutoEncoder, VariationalAutoEncoder, GANAugmenter, GAN
     50 from .auto_encoders import dae_hyperparam_selection, vae_hyperparam_selection, CNNAutoEncoder
     51 from .stacking_models import get_class_distribution

File \\Lib\\site-packages\\featurewiz\\auto_encoders.py:449
    446 import pandas as pd
    447 from sklearn.base import BaseEstimator, TransformerMixin
--> 449 class VariationalAutoEncoder(BaseEstimator, TransformerMixin):
    450     \"\"\"
    451     Variational Autoencoder (VAE) for feature extraction in multi-class classification problems.
    452 
   (...)
    538 
    539     \"\"\"
    540     try:

File \\Lib\\site-packages\\featurewiz\\auto_encoders.py:545, in VariationalAutoEncoder()
    542 except:
    543     print('tensorflow >= 2.5 not installed in machine. Please install and try again. ')
--> 545 class Sampling(layers.Layer):
    546     \"\"\"Uses (z_mean, z_log_var) to sample z, the vector encoding a digit.\"\"\"
    547     def call(self, inputs):

NameError: name 'layers' is not defined"
}

from featurewiz.

AutoViML avatar AutoViML commented on June 2, 2024

from featurewiz.

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.