fbc5bf8adecec1d07207bbd27ecb175083632763,docs/examples/nlp/train.py,,,#,4
Before Change from mindsdb import *
// We tell mindsDB what we want to learn and from what data
MindsDB ().read_csv(filepath="shakes.train.numLines.csv" ,delimiter="," ,encoding="GB18030")\
.learn(
//from_file="real_estate_description.xlsx", // the path to the file where we can learn from
//predict="number_of_rooms", // the column we want to learn to predict given all the data in the file
After Change from mindsdb import *
mdb = Predictor(name="real_estate_ desc")
// We tell mindsDB what we want to learn and from what data
mdb.learn(
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 3
Instances Project Name: mindsdb/mindsdb
Commit Name: fbc5bf8adecec1d07207bbd27ecb175083632763
Time: 2019-02-23
Author: george@cerebralab.com
File Name: docs/examples/nlp/train.py
Class Name:
Method Name:
Project Name: mindsdb/mindsdb
Commit Name: 6389f2fa5d5df8f7cb2a6d9734070016f876c8ff
Time: 2019-04-22
Author: george@cerebralab.com
File Name: docs/examples/nlp/predict.py
Class Name:
Method Name:
Project Name: mindsdb/mindsdb
Commit Name: fbc5bf8adecec1d07207bbd27ecb175083632763
Time: 2019-02-23
Author: george@cerebralab.com
File Name: integration_testing/run_a_file.py
Class Name:
Method Name:
Project Name: mindsdb/mindsdb
Commit Name: d2c26352b21560e19d466649ce599fe702134f08
Time: 2019-02-23
Author: george@cerebralab.com
File Name: docs/examples/nlp/train.py
Class Name:
Method Name:
Project Name: mindsdb/mindsdb
Commit Name: 174a30527bf95848945811aa08a029d177e7b1a6
Time: 2019-02-18
Author: george@cerebralab.com
File Name: integration_testing/run_a_file.py
Class Name:
Method Name: