d51209696066200aa728831ab3b467cb9c38ae9f,molecules/data-extractor.py,,,#,108

Before Change


  if args.total_data_files == -1:
    total_data_files = None

  run(total_data_files, args.data_dir)

After Change


      help="Directory for staging and working files. "
           "This can be a Google Cloud Storage path.")

  parser.add_argument(
      "--data-sources",
      type=str,
      nargs="+",
      default=["ftp://anonymous:guest@ftp.ncbi.nlm.nih.gov/"
               "pubchem/Compound_3D/01_conf_per_cmpd/SDF"],
      help="Data source location where SDF file(s) are stored. "
           "Paths can be local, ftp://<path>, or gcs://<path>. "
           "Examples: "
           "ftp://hostname/path "
           "ftp://username:password@hostname/path")

  parser.add_argument(
      "--filter-regex",
      type=str,
      default=r"\.sdf",
      help="Regular expression to filter which files to use. "
           "The regular expression will be searched on the full absolute path. "
           "Every match will be kept.")

  parser.add_argument(
      "--max-data-files",
      type=int,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 8

Instances


Project Name: GoogleCloudPlatform/cloudml-samples
Commit Name: d51209696066200aa728831ab3b467cb9c38ae9f
Time: 2018-08-28
Author: dcavazos@google.com
File Name: molecules/data-extractor.py
Class Name:
Method Name:


Project Name: GoogleCloudPlatform/cloudml-samples
Commit Name: c6685e84a170e0bf6a099d49d29435d2feaa2a94
Time: 2018-08-29
Author: dcavazos@google.com
File Name: molecules/data-extractor.py
Class Name:
Method Name:


Project Name: GoogleCloudPlatform/cloudml-samples
Commit Name: d51209696066200aa728831ab3b467cb9c38ae9f
Time: 2018-08-28
Author: dcavazos@google.com
File Name: molecules/data-extractor.py
Class Name:
Method Name:


Project Name: haotianteng/Chiron
Commit Name: 3f6e470ad9a26b131b59a0fcf0fee128b81f7287
Time: 2018-03-04
Author: havens.teng@gmail.com
File Name: chiron/chiron_train.py
Class Name:
Method Name: