Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

test.py 211 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. from src.DimondPricePrediction.pipelines.prediction_pipeline import CustomData
  2. custdataobj = CustomData(1.52,62.2,58.0,7.27,7.33,4.55,"Premium","F","VS2")
  3. data=custdataobj.get_data_as_dataframe()
  4. print(data)
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...