Giter Site home page Giter Site logo

Comments (3)

TDL77 avatar TDL77 commented on May 26, 2024

ModuleNotFoundError Traceback (most recent call last)
/media/veracrypt1/Всероссийский_хакатон_2023/r_TabGan_GauseRank.ipynb Ячейка 15 line 4
2 import numpy as np
3 from tabgan.utils import get_year_mnth_dt_from_date,make_two_digit,collect_dates
----> 4 from tabgan.sampler import OriginalGenerator, GANGenerator
7 train_size = 100
8 train = pd.DataFrame(
9 np.random.randint(-10, 150, size=(train_size, 4)), columns=list("ABCD")
10 )

File ~/mambaforge-pypy3/envs/tabgan/lib/python3.10/site-packages/tabgan/sampler.py:10
8 import numpy as np
9 import pandas as pd
---> 10 from _ForestDiffusion import ForestDiffusionModel
12 from _ctgan.synthesizer import _CTGANSynthesizer as CTGAN
13 from tabgan.abc_sampler import Sampler, SampleData

File ~/mambaforge-pypy3/envs/tabgan/lib/python3.10/site-packages/_ForestDiffusion/init.py:1
----> 1 from ForestDiffusion.diffusion_with_trees_class import ForestDiffusionModel
4 all = (
5 'ForestDiffusionModel'
6 )

ModuleNotFoundError: No module named 'ForestDiffusion'

from gan-for-tabular-data.

navyashali avatar navyashali commented on May 26, 2024

ModuleNotFoundError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from tabgan.sampler import GANGenerator
2 import pandas as pd
3 import numpy as np
4 from sklearn.model_selection import train_test_split
5

1 frames
/usr/local/lib/python3.10/dist-packages/_ForestDiffusion/init.py in
----> 1 from ForestDiffusion.diffusion_with_trees_class import ForestDiffusionModel
2
3
4 all = (
5 'ForestDiffusionModel'

ModuleNotFoundError: No module named 'ForestDiffusion'

from gan-for-tabular-data.

Diyago avatar Diyago commented on May 26, 2024

fixed in the latest version pip install tabgan==2.0.5

Thank you for finding out the error! @sammanan4 @navyashali

from gan-for-tabular-data.

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.