Community & Support
Learn
Marketplace
Menu
Menu
🎉Community Raffle - Win $25
An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win
Home
›
Discussions
›
Community Q&A
Hi, I have a rapidminer process for which I have to write down a python code. It is using Keras.
grusha
New Altair Community Member
Dec 11, 2018
Updated
Nov 5, 2024
by
Jocelyn
I have data as a csv file. I have to use this data to produce an address extraction code.
Find more posts tagged with
AI Studio
Python
Keras
Data Sets
Deep Learning + Neural Nets
Data Import
All Replies
Sort by:
Sort by
Oldest
â–¾
1 - 1 of 1
↑
1
↑
rfuentealba
New Altair Community Member
Dec 12, 2018
Hi
@grusha
,
Can you elaborate more? With RapidMiner:
Use the
Read CSV
operator to read the CSV file.
Connect it to the
Execute Python
operator (from the
Python Extension
) to get the CSV contents as
pandas
dataframe.
Inside the
Execute Python
operator, write your Python code.
Don't forget that your Python code must deliver a
pandas
DataFrame too.
Do what you want with your code.
Then you can use the
Execute Python
code with RapidMiner to do what you need.
All the best,
Rodrigo.
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
Groups
Best Of
Can you elaborate more? With RapidMiner:
- Use the Read CSV operator to read the CSV file.
- Connect it to the Execute Python operator (from the Python Extension) to get the CSV contents as pandas dataframe.
- Inside the Execute Python operator, write your Python code.
- Don't forget that your Python code must deliver a pandas DataFrame too.
- Do what you want with your code.
Then you can use the Execute Python code with RapidMiner to do what you need.All the best,
Rodrigo.